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
commit75a071afdc1436433bb202b152d9797329e1e7c9 (patch)
treed881c33ab2615d8118928ba305599dfc4f83da93
parent5a4e33c120f417ea6e6102038c482717dbe2857f (diff)
downloadptxdist-75a071afdc1436433bb202b152d9797329e1e7c9.tar.gz
ptxdist-75a071afdc1436433bb202b152d9797329e1e7c9.tar.xz
[host-autotools-autoconf] fix typo: _CONFTOOL -> _CONF_TOOL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-autotools-autoconf.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make
index bad182987..6cb315954 100644
--- a/rules/host-autotools-autoconf.make
+++ b/rules/host-autotools-autoconf.make
@@ -41,6 +41,6 @@ $(HOST_AUTOTOOLS_AUTOCONF_SOURCE):
#
# autoconf
#
-HOST_AUTOTOOLS_AUTOCONF_CONFTOOL := autoconf
+HOST_AUTOTOOLS_AUTOCONF_CONF_TOOL := autoconf
# vim: syntax=make