[asterisk-commits] lmadsen: branch 1.8 r292230 - in /branches/1.8: ./ sounds/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 18 17:02:26 CDT 2010
Author: lmadsen
Date: Mon Oct 18 17:02:23 2010
New Revision: 292230
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292230
Log:
Merged revisions 292229 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r292229 | lmadsen | 2010-10-18 17:01:16 -0500 (Mon, 18 Oct 2010) | 3 lines
Fix typo in the sounds/Makefile.
(Issue #17426)
........
Modified:
branches/1.8/ (props changed)
branches/1.8/sounds/Makefile
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/sounds/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/sounds/Makefile?view=diff&rev=292230&r1=292229&r2=292230
==============================================================================
--- branches/1.8/sounds/Makefile (original)
+++ branches/1.8/sounds/Makefile Mon Oct 18 17:02:23 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):
$(INSTALL) -d $@
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