summaryrefslogtreecommitdiff
path: root/third-party/Makefile.rules
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-10-12 11:04:56 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-10-12 11:04:56 -0500
commit3633c7926cdc102570a5f179aae8a9017bd0a034 (patch)
tree3cadc494566052dc9aa9fca8da50cf9894ae9684 /third-party/Makefile.rules
parent86c15db6a1bacd92f31c3a128717f91060e6496d (diff)
parente6b0053d7561032b7adbf6f3afaecf30f5046605 (diff)
Merge "bundled_pjproject: Add tests for programs used by the Makefile, et al." into 13
Diffstat (limited to 'third-party/Makefile.rules')
-rw-r--r--third-party/Makefile.rules17
1 files changed, 5 insertions, 12 deletions
diff --git a/third-party/Makefile.rules b/third-party/Makefile.rules
index 92e4ebc85..4f804dd0e 100644
--- a/third-party/Makefile.rules
+++ b/third-party/Makefile.rules
@@ -13,18 +13,6 @@ QUIET_CONFIGURE=
REALLY_QUIET=
endif
-DOWNLOAD := $(shell which wget 2>/dev/null)
-DOWNLOAD := $(if $(DOWNLOAD),$(DOWNLOAD) -O- ,)
-
-ifeq ($(DOWNLOAD),)
-DOWNLOAD := $(shell which curl 2>/dev/null)
-DOWNLOAD := $(if $(DOWNLOAD), $(DOWNLOAD) -L ,)
-endif
-
-ifeq ($(DOWNLOAD),)
-DOWNLOAD := echo "No download program available" ; exit 1;
-endif
-
export SUBMAKE
export ECHO_PREFIX
export CMD_PREFIX
@@ -34,3 +22,8 @@ export ASTTOPDIR
export ASTSBINDIR
export DESTDIR
export ASTDATADIR
+export TAR
+export PATCH
+export SED
+export NM
+export DOWNLOAD