diff options
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 3 |
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))) $< | \ |