From 91149af9f31a4ae41045516bee745d217677e03f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Mar 2009 10:58:04 +0000 Subject: package: provide download target for host packages --- package/libtool/libtool.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 19484864c..a649a7435 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -21,6 +21,9 @@ LIBTOOL_HOST_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VERSION)-host # variables used by other packages LIBTOOL:=$(HOST_DIR)/usr/bin/libtool +$(DL_DIR)/$(LIBTOOL_SOURCE): + $(call DOWNLOAD,$(LIBTOOL_SITE),$(LIBTOOL_SOURCE)) + $(STAMP_DIR)/host_libtool_unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE) mkdir -p $(LIBTOOL_HOST_DIR) $(INFLATE$(suffix $(LIBTOOL_SOURCE))) $< | \ -- cgit v1.2.3