summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-libtool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-18 07:50:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-18 07:50:37 +0200
commit375b92fa86fe4b4aa78d553f213883fe850c68e8 (patch)
tree8938743d6aa3174f37823c28fc7491c7d5d3a1d1 /rules/host-autotools-libtool.make
parent28af3d655548c0e12872ce52eb8a2fa95a87763a (diff)
downloadptxdist-375b92fa86fe4b4aa78d553f213883fe850c68e8.tar.gz
ptxdist-375b92fa86fe4b4aa78d553f213883fe850c68e8.tar.xz
host-autotools-libtool: make sure that autotools are not run at all
The patches are only needed for the installed. And autoreconf seems to need a installed libtool. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-libtool.make')
-rw-r--r--rules/host-autotools-libtool.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 23ac42bcc..2b849a848 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -34,7 +34,7 @@ $(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-libtool.install.post
$(STATEDIR)/host-autotools-libtool.extract.post:
@$(call targetinfo)
- @cd $(HOST_AUTOTOOLS_LIBTOOL_DIR) && aclocal && autoreconf --force && autoheader
+ @cd $(HOST_AUTOTOOLS_LIBTOOL_DIR) && touch -r m4/ltdl.m4 m4/libtool.m4
@$(call world/patchin/post, HOST_AUTOTOOLS_LIBTOOL)
@$(call touch)