From 795308c52496f172ca1f354a49a9def48a2d1712 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 9 Jul 2014 21:35:43 +0200 Subject: Host tools: move autoconf to htools/automake Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/toolchain.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/toolchain/toolchain.mk') 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 -- cgit v1.2.3