summaryrefslogtreecommitdiffstats
path: root/package/libtool/libtool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 1 insertions, 1 deletions
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)