From 4a7bfd27757e076837e400f18d8371d792eade0e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 11:42:52 +0000 Subject: package/: convert to DOWNLOAD helper --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index b70c1c391..9511b1327 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -15,7 +15,7 @@ LIBTOOL_TARGET_BINARY:=usr/bin/libtool LIBTOOL:=$(STAGING_DIR)/usr/bin/libtool $(DL_DIR)/$(LIBTOOL_SOURCE): - $(WGET) -P $(DL_DIR) $(LIBTOOL_SITE)/$(LIBTOOL_SOURCE) + $(call DOWNLOAD,$(LIBTOOL_SITE),$(LIBTOOL_SOURCE)) libtool-source: $(DL_DIR)/$(LIBTOOL_SOURCE) -- cgit v1.2.3