From ec6b3bf2bef97206aedec6a7dd253d77f3ee6882 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) SVN-Revision: 14862 --- toolchain/glibc-ports/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/glibc-ports') 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