From 4d5c9a778bca92c2958a9c32b1f082320c2d733f Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 18 Oct 2010 22:01:16 +0000 Subject: [PATCH] Fix typo in the sounds/Makefile. (Issue #17426) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@292229 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sounds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sounds/Makefile b/sounds/Makefile index 7d5f54afba..151679a180 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) -- 2.47.2