]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix typo in the sounds/Makefile.
authorLeif Madsen <leif@leifmadsen.com>
Mon, 18 Oct 2010 22:01:16 +0000 (22:01 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Mon, 18 Oct 2010 22:01:16 +0000 (22:01 +0000)
(Issue #17426)

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

sounds/Makefile

index 7d5f54afba1a9d95d25b1ff192d2bf01e0b28f8b..151679a1804b26a006abe58fb26e5c580f7f80f5 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):
        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)