summaryrefslogtreecommitdiff
path: root/toolchain/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain.mk')
-rw-r--r--toolchain/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain.mk b/toolchain/toolchain.mk
index 8dbefa3..553342e 100644
--- a/toolchain/toolchain.mk
+++ b/toolchain/toolchain.mk
@@ -110,7 +110,7 @@ TOOLCHAIN_NAME := toolchain
TOOLCHAIN_BUILD_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain-toolchain
TOOLCHAIN_SRC_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain-toolchain
-TOOLCHAIN_PRE_DEPS-y := ccache_install $(AUTOTOOLS_INSTALL)
+TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL)
ifeq ($(embtk_buildhost_os_type),bsd)
TOOLCHAIN_PRE_DEPS-y += gsed_install gmake_install
endif