X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fdownload.mk;h=78848b9c956d2004071c600bf51bcd8c8bbd1c30;hb=ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e;hp=811c42a3c37e249974b76197e4899d34f17ae7f9;hpb=7eb15898755be46e94078faffdacd8c9b0ce66cd;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/include/download.mk b/include/download.mk index 811c42a3c3..78848b9c95 100644 --- a/include/download.mk +++ b/include/download.mk @@ -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):