summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-28 14:19:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-28 14:19:23 +0200
commit2a671289a864d3f1669b0620fe645f48cb4243ab (patch)
tree505c676ea229a4ee56009dc612541a21ea56a1d8 /rules/host-autotools-automake.make
parent8e52b0effc791c9573cd492c91d515021eecda9f (diff)
downloadptxdist-2a671289a864d3f1669b0620fe645f48cb4243ab.tar.gz
ptxdist-2a671289a864d3f1669b0620fe645f48cb4243ab.tar.xz
[host-autotools-automake] fix typo: _CONFTOOL -> _CONF_TOOL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-automake.make')
-rw-r--r--rules/host-autotools-automake.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index ca3966b4e..1ce3d19c8 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -41,6 +41,6 @@ $(HOST_AUTOTOOLS_AUTOMAKE_SOURCE):
#
# autoconf
#
-HOST_AUTOTOOLS_AUTOMAKE_CONFTOOL := autoconf
+HOST_AUTOTOOLS_AUTOMAKE_CONF_TOOL := autoconf
# vim: syntax=make