diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 18:50:12 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 18:50:12 +0000 |
commit | 092e8d521383de64fa42bb6ae345903892f5035b (patch) | |
tree | 9d76ec05fc4f63bf86e703c0eb323cc4f7d0d736 /lib | |
parent | b38bd3ffca01aa63bc4fd28719bc4d261c312c78 (diff) | |
download | FreeBSD-src-092e8d521383de64fa42bb6ae345903892f5035b.zip FreeBSD-src-092e8d521383de64fa42bb6ae345903892f5035b.tar.gz |
MFC r291329:
Remove redundant DPSRCS which were already in SRCS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/clang/clang.build.mk | 1 | ||||
-rw-r--r-- | lib/libarchive/tests/Makefile | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/clang/clang.build.mk b/lib/clang/clang.build.mk index e13a38b..e29efc8 100644 --- a/lib/clang/clang.build.mk +++ b/lib/clang/clang.build.mk @@ -233,5 +233,4 @@ Checkers.inc.h: ${CLANG_SRCS}/lib/StaticAnalyzer/Checkers/Checkers.td .endfor SRCS+= ${TGHDRS:C/$/.inc.h/} -DPSRCS+= ${TGHDRS:C/$/.inc.h/} CLEANFILES+= ${TGHDRS:C/$/.inc.h/} ${TGHDRS:C/$/.inc.d/} diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 3cd85f7..ddb36fa 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -247,9 +247,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 DPADD.libarchive_test= ${LIBARCHIVE} |