diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-13 12:50:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-13 12:50:23 +0000 |
commit | ec6b3bf2bef97206aedec6a7dd253d77f3ee6882 (patch) | |
tree | b5e82ccfef7761aa8b3b15a7f330ffe7ffe2b01a /toolchain/eglibc/Makefile | |
parent | 44553edacc8c3d54bcdcf24fc50a34d3d14b2397 (diff) | |
download | upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.tar.gz upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.tar.bz2 upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.zip |
fix stampfile variables for the toolchain build (fixes gcc compile error)
SVN-Revision: 14862
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index ac65270779..bc2a6bc7df 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -37,8 +37,8 @@ HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_SOURCE_SUBDIR) include $(INCLUDE_DIR)/toolchain-build.mk -STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.eglibc_built -STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.eglibc_installed +HOST_STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.eglibc_built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.eglibc_installed HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final |