aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-20 19:58:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-20 19:58:49 +0000
commit5a9cf90163c2240f284150aaa9ee76f769cb704c (patch)
treef76ed730f0fe9cd9b2c856a9c1dcf0d39f4af695 /toolchain/gcc/Makefile
parent3436dab5116a89d2d05247905dd4c4101fe7024d (diff)
downloadmaster-187ad058-5a9cf90163c2240f284150aaa9ee76f769cb704c.tar.gz
master-187ad058-5a9cf90163c2240f284150aaa9ee76f769cb704c.tar.bz2
master-187ad058-5a9cf90163c2240f284150aaa9ee76f769cb704c.zip
fix a few stampfile locations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index d9e34af0bd..59f8372702 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -33,7 +33,7 @@ BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
include $(INCLUDE_DIR)/host-build.mk
-STAMP_BUILT:=$(STAGING_DIR)/stamp/.gcc-initial_installed
+STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed
BUILD_DIR1:=$(BUILD_DIR_HOST)/gcc-$(PKG_VERSION)-initial
BUILD_DIR2:=$(BUILD_DIR_HOST)/gcc-$(PKG_VERSION)-final