diff options
Diffstat (limited to 'tools/cpio/Makefile')
-rw-r--r-- | tools/cpio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |