aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-11 12:48:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-11 12:48:59 +0000
commit7dc435ea2965a0219c3a4e8b2a717030a30b4cad (patch)
tree09270b7a6c1e71d16d0b0fac142cb26ae6068073 /toolchain/Makefile
parentc2216626e199a1da5adb851c0ec25038a579424f (diff)
downloadupstream-7dc435ea2965a0219c3a4e8b2a717030a30b4cad.tar.gz
upstream-7dc435ea2965a0219c3a4e8b2a717030a30b4cad.tar.bz2
upstream-7dc435ea2965a0219c3a4e8b2a717030a30b4cad.zip
move the toolchain_install stampfile to the right place to fix spurious missing toolchain errors after cleaning stuff
SVN-Revision: 16776
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 7762593ef6..61a74b8d1d 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -66,6 +66,6 @@ $(curdir)//install = $(1)/compile
$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed:
-$(eval $(call stampfile,$(curdir),toolchain,install,$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed))
+$(eval $(call stampfile,$(curdir),toolchain,install,$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed,,$(TOOLCHAIN_DIR)))
$(eval $(call subdir,$(curdir)))