[asterisk-commits] lmadsen: branch 1.6.2 r292229 - /branches/1.6.2/sounds/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 18 17:01:19 CDT 2010
Author: lmadsen
Date: Mon Oct 18 17:01:16 2010
New Revision: 292229
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292229
Log:
Fix typo in the sounds/Makefile.
(Issue #17426)
Modified:
branches/1.6.2/sounds/Makefile
Modified: branches/1.6.2/sounds/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/sounds/Makefile?view=diff&rev=292229&r1=292228&r2=292229
==============================================================================
--- branches/1.6.2/sounds/Makefile (original)
+++ branches/1.6.2/sounds/Makefile Mon Oct 18 17:01:16 2010
@@ -175,7 +175,7 @@
dist-clean:
rm -f *.tar.gz
-$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUND_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(SOUNDS_CACHE_DIR):
+$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(SOUNDS_CACHE_DIR):
mkdir -p $@
install: $(SOUNDS_CACHE_DIR) $(SOUNDS_DIR)/en $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS)
More information about the asterisk-commits
mailing list