Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
247027652e
commit
277fbb92d5
@ -256,7 +256,6 @@ Checkers.inc.h: ${CLANG_SRCS}/lib/StaticAnalyzer/Checkers/Checkers.td
|
||||
.endif
|
||||
|
||||
SRCS+= ${TGHDRS:C/$/.inc.h/}
|
||||
DPSRCS+= ${TGHDRS:C/$/.inc.h/}
|
||||
CLEANFILES+= ${TGHDRS:C/$/.inc.h/} ${TGHDRS:C/$/.inc.d/}
|
||||
|
||||
# if we are not doing explicit 'make depend', there is
|
||||
|
@ -244,9 +244,7 @@ BROKEN_TESTS+= test_fuzz_rar
|
||||
SRCS.libarchive_test= \
|
||||
${TESTS_SRCS} \
|
||||
main.c \
|
||||
read_open_memory.c
|
||||
|
||||
DPSRCS.libarchive_test= \
|
||||
read_open_memory.c \
|
||||
list.h
|
||||
|
||||
LIBADD.libarchive_test= archive
|
||||
|
@ -7,8 +7,6 @@ MLINKS= ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
|
||||
CFLAGS+= -I. -DIPFILTER_BPF -DHAS_SYS_MD5_H
|
||||
|
||||
GENHDRS= ipf_l.h ipf_y.h
|
||||
DPSRCS+= ${GENHDRS}
|
||||
|
||||
CLEANFILES+= ${GENHDRS} ipf_y.c ipf_l.c
|
||||
|
||||
ipf_y.c: ipf_y.y
|
||||
|
@ -22,7 +22,6 @@ CFLAGS+= -DIPFILTER_LOG -DIPFILTER_COMPILED -DIPFILTER_LOOKUP \
|
||||
.PATH: ${.CURDIR}/../../../sys/contrib/ipfilter/netinet
|
||||
|
||||
GENHDRS= ipnat_l.h ipnat_y.h ippool_l.h ippool_y.h ipf_l.h ipf_y.h
|
||||
DPSRCS+= ${GENHDRS}
|
||||
|
||||
CLEANFILES+= ${GENHDRS}
|
||||
CLEANFILES+= ipf_y.c ipf_l.c
|
||||
|
@ -7,8 +7,6 @@ MAN= ipmon.8
|
||||
CFLAGS+= -DLOGFAC=LOG_LOCAL0 -I.
|
||||
|
||||
GENHDRS+= ipmon_l.h ipmon_y.h
|
||||
DPSRCS+= ${GENHDRS}
|
||||
|
||||
CLEANFILES+= ${GENHDRS} ipmon_y.c ipmon_l.c
|
||||
|
||||
ipmon_y.c: ipmon_y.y
|
||||
|
@ -7,8 +7,6 @@ MLINKS= ipnat.5 ipnat.conf.5
|
||||
CFLAGS+= -I.
|
||||
|
||||
GENHDRS= ipnat_l.h ipnat_y.h
|
||||
DPSRCS+= ${GENHDRS}
|
||||
|
||||
CLEANFILES+= ${GENHDRS} ipnat_y.c ipnat_l.c
|
||||
|
||||
ipnat_y.c: ipnat_y.y
|
||||
|
@ -6,8 +6,6 @@ MAN= ippool.5 ippool.8
|
||||
CFLAGS+= -I.
|
||||
|
||||
GENHDRS= ippool_l.h ippool_y.h
|
||||
DPSRCS+= ${GENHDRS}
|
||||
|
||||
CLEANFILES+= ${GENHDRS} ippool_y.c ippool_l.c
|
||||
|
||||
ippool_y.c: ippool_y.y
|
||||
|
@ -75,9 +75,6 @@ SRCS.bsdcpio_test= list.h \
|
||||
${TESTS_SRCS} \
|
||||
main.c
|
||||
|
||||
DPSRCS.bsdcpio_test= \
|
||||
list.h
|
||||
|
||||
.PATH: ${LIBARCHIVEDIR}/test_utils
|
||||
SRCS.bsdcpio_test+= test_utils.c
|
||||
|
||||
|
@ -75,8 +75,6 @@ SRCS.bsdtar_test= \
|
||||
list.h \
|
||||
main.c
|
||||
|
||||
DPSRCS.bsdtar_test+= list.h
|
||||
|
||||
.PATH: ${LIBARCHIVEDIR}/test_utils
|
||||
SRCS.bsdtar_test+= test_utils.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user