diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-12 00:35:03 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-02-12 00:35:03 +0000 |
commit | 03d65319620f61c7757b2b051a3a9d21cba91aab (patch) | |
tree | 8086f5c8458278bbc133aa41143251218891c417 /package/libtool/libtool.mk | |
parent | 980df901b981a2da3168ea6eec97db3c68465626 (diff) | |
download | buildroot-novena-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.gz buildroot-novena-03d65319620f61c7757b2b051a3a9d21cba91aab.zip |
Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
Diffstat (limited to 'package/libtool/libtool.mk')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
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 $@ ############################################################# |