package/: convert to DOWNLOAD helper

This commit is contained in:
Peter Korsgaard
2009-01-16 11:42:52 +00:00
parent d58636d765
commit 4a7bfd2775
227 changed files with 280 additions and 280 deletions

View File

@@ -22,7 +22,7 @@ HOST_SED_IF_ANY=$(shell toolchain/dependencies/check-host-sed.sh)
$(DL_DIR)/$(SED_SOURCE):
mkdir -p $(DL_DIR)
$(WGET) -P $(DL_DIR) $(SED_SITE)/$(SED_SOURCE)
$(call DOWNLOAD,$(SED_SITE),$(SED_SOURCE))
sed-source: $(DL_DIR)/$(SED_SOURCE)