From: Peter Korsgaard Date: Tue, 24 Jun 2008 13:26:45 +0000 (-0000) Subject: Makefile.autotools.in: also support source/source-check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f55ae3cdcf810ea7ac5ddaa75b290438a086916b;p=buildroot.git Makefile.autotools.in: also support source/source-check --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index b749baea4f..e4397c337f 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")