diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-08 11:22:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-08 11:22:41 +0100 |
commit | ce0255bbd2d1719f1ce3a30504c19869802c0a8b (patch) | |
tree | e30e2f7bc42d33531634ebe42ccb1fff7b225541 /tools/cpio | |
parent | 635ec56736e416968f1b24422c47decd52e31eb9 (diff) |
rework and cleanup top level directory creation, avoid some unnecessary rebuils
Diffstat (limited to 'tools/cpio')
-rw-r--r-- | tools/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index 142f65b70..bbf138918 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -28,7 +28,7 @@ SRCS+= \ src/cpio.c ${TOPDIR}/bin/tools/cpio: ${SRCS} - @${HOSTCC} ${HOSTCFLAGS} -D_GNU_SOURCE -Isrc -o $@ $^ + ${HOSTCC} ${HOSTCFLAGS} -D_GNU_SOURCE -Isrc -o $@ $^ install: ${TOPDIR}/bin/tools/cpio |