summaryrefslogtreecommitdiff
path: root/sounds
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-12-03 06:35:46 +0000
committerRussell Bryant <russell@russellbryant.com>2006-12-03 06:35:46 +0000
commitbe78a9e74d636a862ffa99bf3e5587a0df84ef82 (patch)
tree46c3e2f1abb802a30cf7b7ef3b2bbe315de552aa /sounds
parent22142e1aa0f356ba0593988218931c15e9f170cc (diff)
Merged revisions 48223 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48223 | russell | 2006-12-03 01:34:14 -0500 (Sun, 03 Dec 2006) | 3 lines When "fetch" is in use, instead of "wget", --continue is not a valid option. (issue #8451) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sounds')
-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)