summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 67300aacf..fee88520a 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -20,6 +20,8 @@ libtool-source: $(DL_DIR)/$(LIBTOOL_SOURCE)
$(LIBTOOL_SRC_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE)
$(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
+ $(CONFIG_UPDATE) $(LIBTOOL_SRC_DIR)
+ $(CONFIG_UPDATE) $(LIBTOOL_SRC_DIR)/libltdl
touch $@
#############################################################