From b161730496675ffe6c4912131b3b2280ba7fd5bf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Mar 2009 12:50:23 +0000 Subject: 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 --- toolchain/glibc-ports/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/glibc-ports/Makefile') 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) -- cgit v1.2.3