diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-24 13:26:45 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-24 13:26:45 +0000 |
commit | f55ae3cdcf810ea7ac5ddaa75b290438a086916b (patch) | |
tree | 7df66addc93bacec6a19a2593e0e34499d4edcd5 /package | |
parent | 32986b80d4aeca7c0295b134743e81f79e913486 (diff) | |
download | buildroot-novena-f55ae3cdcf810ea7ac5ddaa75b290438a086916b.tar.gz buildroot-novena-f55ae3cdcf810ea7ac5ddaa75b290438a086916b.zip |
Makefile.autotools.in: also support source/source-check
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.autotools.in | 4 |
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") |