Makefile.autotools.in: also support source/source-check
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Jun 2008 13:26:45 +0000 (13:26 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Jun 2008 13:26:45 +0000 (13:26 -0000)
package/Makefile.autotools.in

index b749baea4fedf336f655af5057cfc6681c81c622..e4397c337f6c3dee622ca4c4248de8495b8d8701 100644 (file)
@@ -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")