diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-20 19:58:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-20 19:58:49 +0000 |
commit | 5a9cf90163c2240f284150aaa9ee76f769cb704c (patch) | |
tree | f76ed730f0fe9cd9b2c856a9c1dcf0d39f4af695 /toolchain/gcc | |
parent | 3436dab5116a89d2d05247905dd4c4101fe7024d (diff) | |
download | upstream-5a9cf90163c2240f284150aaa9ee76f769cb704c.tar.gz upstream-5a9cf90163c2240f284150aaa9ee76f769cb704c.tar.bz2 upstream-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')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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 |