Skip to content
Snippets Groups Projects
Commit 510bdd3f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix download reverse depends

SVN-Revision: 14907
parent 7ec4ad27
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
DOWNLOAD_RDEP:=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
# Try to guess the download method from the URL
define dl_method
......@@ -132,7 +132,9 @@ define Download
endif
)
$(if $(DOWNLOAD_RDEP),$(DOWNLOAD_RDEP): $(DL_DIR)/$(FILE))
$(foreach dep,$(DOWNLOAD_RDEP),
$(dep): $(DL_DIR)/$(FILE)
)
download: $(DL_DIR)/$(FILE)
$(DL_DIR)/$(FILE):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment