mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user