summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-libtool.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-autotools-libtool.make')
-rw-r--r--rules/host-autotools-libtool.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 2081eae40..23ac42bcc 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -29,6 +29,16 @@ HOST_AUTOTOOLS_LIBTOOL_LICENSE := GPL-2.0-or-later
$(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-libtool.install.post
# ----------------------------------------------------------------------------
+# Extract
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-autotools-libtool.extract.post:
+ @$(call targetinfo)
+ @cd $(HOST_AUTOTOOLS_LIBTOOL_DIR) && aclocal && autoreconf --force && autoheader
+ @$(call world/patchin/post, HOST_AUTOTOOLS_LIBTOOL)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------