From ed5f6093c0cf2b06b04e287a8cf0547440844733 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 11:48:43 +0000 Subject: target/: convert to DOWNLOAD helper --- target/ubifs/ubifsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ubifs/ubifsroot.mk') diff --git a/target/ubifs/ubifsroot.mk b/target/ubifs/ubifsroot.mk index d397ff2f5..f0b519d81 100644 --- a/target/ubifs/ubifsroot.mk +++ b/target/ubifs/ubifsroot.mk @@ -13,7 +13,7 @@ MKFS_UBIFS_CAT:=$(ZCAT) MKFS_UBIFS_NAME:=mkfs.ubifs $(DL_DIR)/$(MKFS_UBIFS_SOURCE): - $(WGET) -O $(DL_DIR)/$(MKFS_UBIFS_SOURCE) "$(MKFS_UBIFS_URL)" + $(call DOWNLOAD,"$(MKFS_UBIFS_URL)") $(MKFS_UBIFS_DIR)/.unpacked: $(DL_DIR)/$(MKFS_UBIFS_SOURCE) $(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf - -- cgit v1.2.3