summaryrefslogtreecommitdiff
path: root/core/toolchain/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/toolchain.mk')
-rw-r--r--core/toolchain/toolchain.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/toolchain/toolchain.mk b/core/toolchain/toolchain.mk
index 828cae9..d7c24af 100644
--- a/core/toolchain/toolchain.mk
+++ b/core/toolchain/toolchain.mk
@@ -32,6 +32,7 @@ include packages/htools/ccache/vars.mk
include packages/htools/m4/vars.mk
include packages/htools/libtool/vars.mk
include packages/htools/autoconf/vars.mk
+include packages/htools/automake/vars.mk
# GMP
include core/mk/gmp.mk
@@ -83,9 +84,8 @@ TOOLCHAIN_ADDONS-$(CONFIG_EMBTK_HOST_HAVE_GDB) += gdb_host_install
#
# Autotools
#
-include core/mk/automake.mk
AUTOTOOLS_INSTALL := m4_host_install libtool_host_install
-AUTOTOOLS_INSTALL += autoconf_host_install automake_install
+AUTOTOOLS_INSTALL += autoconf_host_install automake_host_install
# GNU sed
include core/mk/gsed.mk