summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-28 14:19:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-28 14:19:24 +0200
commit5a4e33c120f417ea6e6102038c482717dbe2857f (patch)
tree387c4a5e3561a8b63693c99f34ea4ffe2ea64c81
parent185834f900f8e8a24e096c7ae9dc9eadb0317a45 (diff)
downloadptxdist-5a4e33c120f417ea6e6102038c482717dbe2857f.tar.gz
ptxdist-5a4e33c120f417ea6e6102038c482717dbe2857f.tar.xz
[host-autotools-libtool] fix typo: _CONFTOOL -> _CONF_TOOL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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 6b5d33a99..149bd59d0 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -41,6 +41,6 @@ $(HOST_AUTOTOOLS_LIBTOOL_SOURCE):
#
# autoconf
#
-HOST_AUTOTOOLS_LIBTOOL_CONFTOOL := autoconf
+HOST_AUTOTOOLS_LIBTOOL_CONF_TOOL := autoconf
# vim: syntax=make