Commit 1c1712eb authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Makefile.autotools.in: revert broken r22659

Ulfs r22659 commit broke make source-check/external deps, so reverting it.
parent c6b42b48
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ TAR ?= tar
$(BUILD_DIR)/%/.stamp_downloaded:
# support make source-check/external-deps
ifeq ($(MAKELEVEL),1)
	-$(Q)test -e $(DL_DIR)/$($(PKG)_SOURCE) || $(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
	$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_SOURCE)
	$(if $($(PKG)_PATCH),$(WGET) -P $(DL_DIR) $($(PKG)_SITE)/$($(PKG)_PATCH))
else
	$(call MESSAGE,"Downloading")
@@ -395,5 +395,3 @@ endif
endef

# :mode=makefile: