buildroot: convert remaining WGET users to DOWNLOAD helper

This commit is contained in:
Peter Korsgaard
2009-01-16 12:07:53 +00:00
parent ed5f6093c0
commit 3ff43a6838
6 changed files with 8 additions and 7 deletions

View File

@@ -21,7 +21,8 @@ ifneq ($(MPFR_PATCH),)
MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE)
$(MPFR_PATCH_SOURCE):
$(WGET) -O $@ $(MPFR_SITE),$(MPFR_PATCH)
$(call DOWNLOAD,$(MPFR_SITE),$(MPFR_PATCH))
mv $(DL_DIR)/$(MPFR_PATCH) $@
endif
$(DL_DIR)/$(MPFR_SOURCE):