From: Peter Korsgaard Date: Mon, 7 Jul 2008 05:08:39 +0000 (-0000) Subject: Makefile.autotools.in: revert broken r22659 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c1712eb0eb45e945362d2ef83488bf6eac9af59;p=buildroot.git Makefile.autotools.in: revert broken r22659 Ulfs r22659 commit broke make source-check/external deps, so reverting it. --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 574ef1cf56..16fc371927 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -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: - -