Append to CPIO_SRCS instead of using TAR_SRCS,
the variable name is misleading MFC after: 2 weeks
This commit is contained in:
parent
f305d4bef7
commit
1d9b2fdb21
@ -7,7 +7,7 @@ CPIO_SRCDIR=${.CURDIR}/..
|
||||
CPIO_SRCS= cmdline.c
|
||||
|
||||
.PATH: ${.CURDIR}/../../../lib/libarchive/libarchive_fe
|
||||
TAR_SRCS= err.c pathmatch.c
|
||||
CPIO_SRCS+= err.c pathmatch.c
|
||||
|
||||
TESTS= \
|
||||
test_0.c \
|
||||
@ -40,7 +40,6 @@ TESTS= \
|
||||
# Build the test program
|
||||
SRCS= list.h \
|
||||
${CPIO_SRCS} \
|
||||
${TAR_SRCS} \
|
||||
${TESTS} \
|
||||
main.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user