summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 10:58:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-24 10:58:04 +0000
commit91149af9f31a4ae41045516bee745d217677e03f (patch)
treeb1da9072619a78ba43cbfbb2b3546852a7e2490b /package/libtool
parent21ab5f31f7b98e525f58174aa7c7e3b241621584 (diff)
downloadbuildroot-novena-91149af9f31a4ae41045516bee745d217677e03f.tar.gz
buildroot-novena-91149af9f31a4ae41045516bee745d217677e03f.zip
package: provide download target for host packages
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk3
1 files changed, 3 insertions, 0 deletions
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))) $< | \