From 3ff43a6838a6a67d58513ac47b2fe68b0f1d6713 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 12:07:53 +0000 Subject: buildroot: convert remaining WGET users to DOWNLOAD helper --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/u-boot') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index b5bb8e1dd..baf331da7 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -76,7 +76,7 @@ endef #")) $(DL_DIR)/$(U_BOOT_SOURCE): - $(WGET) -P $(DL_DIR) $(U_BOOT_SITE)/$(U_BOOT_SOURCE) + $(call DOWNLOAD,$(U_BOOT_SITE),$(U_BOOT_SOURCE)) $(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE) $(U_BOOT_CAT) $(DL_DIR)/$(U_BOOT_SOURCE) \ -- cgit v1.2.3