diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-16 14:31:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-16 14:31:11 +0100 |
commit | 2052a29c904b81f314656e35dbf25a2fbf1a25d5 (patch) | |
tree | 42e8101a3c6b59e3bee7f85a785b84290bb50b61 /tools/cpio/Makefile | |
parent | 0dd1969c3517fec51550e43799ad8dc801d573e0 (diff) |
fix build on a uclibc based system
Diffstat (limited to 'tools/cpio/Makefile')
-rw-r--r-- | tools/cpio/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index 2280b1ffb..ceebf8bbb 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -5,8 +5,7 @@ include $(TOPDIR)/rules.mk install: ${TOOLS_DIR}/cpio -SRCS+= \ - src/ib_open.c \ +SRCS:= src/ib_open.c \ src/ib_close.c \ src/ib_read.c \ src/ib_alloc.c \ @@ -15,9 +14,7 @@ SRCS+= \ src/sfile.c \ src/gmatch.c \ src/sigset.c \ - src/memalign.c - -SRCS+= \ + src/memalign.c \ src/version.c \ src/blast.c \ src/crc32.c \ |