projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6b42b4
)
Makefile.autotools.in: revert broken r22659
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 7 Jul 2008 05:08:39 +0000
(
05:08
-0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 7 Jul 2008 05:08:39 +0000
(
05:08
-0000)
Ulfs r22659 commit broke make source-check/external deps, so reverting it.
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index 574ef1cf56e53529f7df1f55d1d3b6aff647b06d..16fc371927aa6d8c95ee1025893ca6ad67ce36aa 100644
(file)
--- 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:
-
-