From: Russell Bryant Date: Sun, 3 Dec 2006 06:34:14 +0000 (+0000) Subject: When "fetch" is in use, instead of "wget", --continue is not a valid option. X-Git-Tag: 1.4.0-beta4~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d8d3b7c43253beefb6c6ab06c782faf0c4bd46f;p=thirdparty%2Fasterisk.git 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/branches/1.4@48223 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/sounds/Makefile b/sounds/Makefile index ca9015c8b5..4aa1b1d93c 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)