From 875cca2b6322046f65cf33992d9c11719bb246e6 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 9 Jul 2014 23:35:40 +0200 Subject: Host tools: move gmake to packages/htools/gmake Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/toolchain.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/toolchain/toolchain.mk') diff --git a/core/toolchain/toolchain.mk b/core/toolchain/toolchain.mk index f7db7d6..256560e 100644 --- a/core/toolchain/toolchain.mk +++ b/core/toolchain/toolchain.mk @@ -90,9 +90,6 @@ AUTOTOOLS_INSTALL += autoconf_host_install automake_host_install # BSD make include core/mk/bmake.mk -# GNU make -include core/mk/gmake.mk - # # Toolchain virtual package internals # @@ -110,7 +107,7 @@ TOOLCHAIN_SRC_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL) pkgconf_host_install ifeq ($(embtk_buildhost_os_type),bsd) -TOOLCHAIN_PRE_DEPS-y += gsed_host_install gmake_install +TOOLCHAIN_PRE_DEPS-y += gsed_host_install gmake_host_install endif TOOLCHAIN_PRE_DEPS-$(CONFIG_EMBTK_TOOLCHAIN_PREDEP_GPERF_HOST) += gperf_host_install -- cgit v1.2.3