Commit f55ae3cd authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Makefile.autotools.in: also support source/source-check

parent 32986b80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")