projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency
[openwrt.git]
/
include
/
download.mk
diff --git
a/include/download.mk
b/include/download.mk
index
0a2dd3c
..
78848b9
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-5,7
+5,7
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
-DOWNLOAD_RDEP
:=$(
STAMP_PREPARED)
+DOWNLOAD_RDEP
=$(STAMP_PREPARED) $(HOST_
STAMP_PREPARED)
# Try to guess the download method from the URL
define dl_method
# Try to guess the download method from the URL
define dl_method
@@
-132,7
+132,9
@@
define Download
endif
)
endif
)
- $(if $(DOWNLOAD_RDEP),$(DOWNLOAD_RDEP): $(DL_DIR)/$(FILE))
+ $(foreach dep,$(DOWNLOAD_RDEP),
+ $(dep): $(DL_DIR)/$(FILE)
+ )
download: $(DL_DIR)/$(FILE)
$(DL_DIR)/$(FILE):
download: $(DL_DIR)/$(FILE)
$(DL_DIR)/$(FILE):
This page took
0.020498 seconds
and
4
git commands to generate.