aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-03 06:34:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-03 06:34:14 +0000
commit00faf828fd6e4bbbfb05918f829e8a1b3fe662c5 (patch)
tree2c18bbc3fdb400e496db797907853eac5891fd5e
parent1046a9720647c3b242d8225c7d7d3d9768fb1132 (diff)
When "fetch" is in use, instead of "wget", --continue is not a valid option.
(issue #8451) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48223 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--sounds/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index ca9015c8b..4aa1b1d93 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -52,7 +52,10 @@ MM:=$(subst -G729,-g729,$(MM))
MM:=$(subst -G722,-g722,$(MM))
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
+# If "fetch" is used, --continue is not a valid option.
+ifeq ($(WGET),wget)
WGET_ARGS:=--continue
+endif
all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)