aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc-ports/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-13 12:50:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-13 12:50:23 +0000
commitb161730496675ffe6c4912131b3b2280ba7fd5bf (patch)
tree1885c26bb9c9f0ef42812b51f68e4088c8e9a54c /toolchain/glibc-ports/Makefile
parenteb96ab971cda71b181c1da78ee90e70ba4feda4c (diff)
downloadmaster-187ad058-b161730496675ffe6c4912131b3b2280ba7fd5bf.tar.gz
master-187ad058-b161730496675ffe6c4912131b3b2280ba7fd5bf.tar.bz2
master-187ad058-b161730496675ffe6c4912131b3b2280ba7fd5bf.zip
fix stampfile variables for the toolchain build (fixes gcc compile error)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc-ports/Makefile')
-rw-r--r--toolchain/glibc-ports/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile
index 836ca3466d..c95709cc9a 100644
--- a/toolchain/glibc-ports/Makefile
+++ b/toolchain/glibc-ports/Makefile
@@ -26,8 +26,8 @@ PATCH_DIR:=./patches/$(PKG_VERSION)
include $(INCLUDE_DIR)/toolchain-build.mk
-STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
-STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
+HOST_STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
+HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
define Host/Prepare
$(call Host/Prepare/Default)