aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-18 22:01:16 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-18 22:01:16 +0000
commit2dd523296b4388935db10725cbd24544c1d3cc9b (patch)
treec745f72e83e1586518a76192cb6d695670cf2fab
parent2c87f51159d36731c8b702ffdfa0620b4146484e (diff)
Fix typo in the sounds/Makefile.
(Issue #17426) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@292229 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--sounds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 7d5f54afb..151679a18 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -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)