diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
commit | de581115311a750bf33d6235ae4ac8eae762c259 (patch) | |
tree | 8fa3ab9fc0b2eadd788ee7deaf07b5dd3392b82e /lib/clang | |
parent | efa7d696b4c82583e4dd816996d2c2b39f231817 (diff) | |
download | FreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.zip FreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.tar.gz |
Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/clang')
-rw-r--r-- | lib/clang/clang.build.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/clang/clang.build.mk b/lib/clang/clang.build.mk index 0c564a5..735e5b9 100644 --- a/lib/clang/clang.build.mk +++ b/lib/clang/clang.build.mk @@ -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 |