aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)