From cb5710c538fce01f4875a64e6de4b37a7718005b Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 23 Sep 2009 01:30:00 +0200 Subject: rename TOOL_BUILD_DIR to TOOLCHAIN_DIR To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- toolchain/ccache/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/ccache/Config.in') diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index 70856a7a9..6f36650c7 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -10,7 +10,7 @@ config BR2_CCACHE config BR2_CCACHE_DIR string "ccache dir location?" depends on BR2_CCACHE - default "$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache" + default "$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache" help Where ccache should store cached files. -- cgit v1.2.3