@@ -1,6 +1,6 @@
---- sounds/Makefile.orig 2010-10-19 10:47:56.000000000 +0200
-+++ sounds/Makefile 2010-10-19 11:30:13.000000000 +0200
-@@ -72,55 +72,52 @@
+--- sounds/Makefile.orig 2010-12-29 20:28:36.000000000 +0100
++++ sounds/Makefile 2011-03-13 19:18:39.109946560 +0100
+@@ -81,55 +81,52 @@
ifneq ($(SOUNDS_CACHE_DIR),)
define sound_format_lang_rule
@@ -89,7 +89,7 @@
endef
define sound_download_rule
-@@ -150,25 +147,25 @@
+@@ -165,25 +162,25 @@
exit 1; \
fi
@@ -125,12 +125,12 @@
$(eval $(call sound_download_rule,moh))
-@@ -178,7 +175,7 @@
+@@ -193,7 +190,7 @@
$(SOUNDS_DIR)/en $(MOH_DIR) $(SOUNDS_DIR)/en_AU $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(SOUNDS_CACHE_DIR):
- $(INSTALL) -d $@
+ 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)
-+install: ${SOUNDS_CACHE_DIR} $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS)
+-install: prefixcmd $(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)
++install: prefixcmd $(SOUNDS_CACHE_DIR) $(SOUNDS_DIR)/en $(SOUNDS_DIR)/es $(SOUNDS_DIR)/fr $(MOH_DIR) $(CORE_SOUND_TAGS) $(EXTRA_SOUND_TAGS) $(MOH_TAGS)
uninstall:
rm -rf $(SOUNDS_DIR)
|