From: Leif Madsen Date: Mon, 18 Oct 2010 22:01:16 +0000 (+0000) Subject: Fix typo in the sounds/Makefile. X-Git-Tag: 1.6.2.15-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5c9a778bca92c2958a9c32b1f082320c2d733f;p=thirdparty%2Fasterisk.git 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 --- 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)