From f55ae3cdcf810ea7ac5ddaa75b290438a086916b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Jun 2008 13:26:45 +0000 Subject: Makefile.autotools.in: also support source/source-check --- package/Makefile.autotools.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/Makefile.autotools.in') 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") -- cgit v1.2.3