aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sounds/Makefile')
-rw-r--r--sounds/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sounds/Makefile b/sounds/Makefile
index 1c62328ac..2ed37c659 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -130,13 +130,13 @@ $(MOH_DIR)/.asterisk-moh-%: have_download
touch $@
asterisk-core-%.tar.gz: have_download
- @$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
+ @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-extra-%.tar.gz: have_download
- @$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
+ @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
asterisk-moh-%.tar.gz: have_download
- @$(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@
+ @if test ! -f $@ ;then $(DOWNLOAD) $(WGET_ARGS) $(SOUNDS_URL)/$@;fi
dist-clean:
rm -f *.tar.gz