From b44cf2a9ca220035a29b282c98d6367d7cab66c0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 26 Jan 2011 13:40:40 +0100 Subject: another HOSTCC elimination, thx hudson --- tools/cpio/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cpio') diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index a012c43a5..2280b1ffb 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -3,6 +3,8 @@ include $(TOPDIR)/rules.mk +install: ${TOOLS_DIR}/cpio + SRCS+= \ src/ib_open.c \ src/ib_close.c \ @@ -28,8 +30,6 @@ SRCS+= \ src/cpio.c ${TOOLS_DIR}/cpio: ${SRCS} - ${HOSTCC} ${HOSTCFLAGS} -D_GNU_SOURCE -Isrc -o $@ $^ - -install: ${TOOLS_DIR}/cpio + ${CC_FOR_BUILD} ${FLAGS_FOR_BUILD} -D_GNU_SOURCE -Isrc -o $@ $^ include $(TOPDIR)/mk/tools.mk -- cgit v1.2.3