]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 292229 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Mon, 18 Oct 2010 22:02:23 +0000 (22:02 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Mon, 18 Oct 2010 22:02:23 +0000 (22:02 +0000)
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)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292230 65c4cc65-6c06-0410-ace0-fbb531ad65f3

sounds/Makefile

index dbcda0871f704b0106cecc262f9aaffc419d3f42..0945e6741140e66b42b1ac6d0b77fce0e354708b 100644 (file)
@@ -175,7 +175,7 @@ $(eval $(call sound_download_rule,moh))
 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)