summaryrefslogtreecommitdiff
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-24 13:26:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-24 13:26:45 +0000
commitf55ae3cdcf810ea7ac5ddaa75b290438a086916b (patch)
tree7df66addc93bacec6a19a2593e0e34499d4edcd5 /package/Makefile.autotools.in
parent32986b80d4aeca7c0295b134743e81f79e913486 (diff)
Makefile.autotools.in: also support source/source-check
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index b749baea4..e4397c337 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -130,8 +130,8 @@ TAR ?= tar
# Retrieve and unpack the archive
$(BUILD_DIR)/%/.stamp_downloaded:
-# support make external-deps
-ifeq ($(strip $(WGET)),$(TOPDIR)toolchain/wget-show-external-deps.sh)
+# support make source/source-check/external-deps
+ifneq ($(filter source,$(MAKECMDGOALS)),)
$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
else
$(call MESSAGE,"Downloading")