From de581115311a750bf33d6235ae4ac8eae762c259 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 25 Nov 2015 20:38:07 +0000 Subject: Remove redundant DPSRCS which were already in SRCS. DPSRCS already contains all of SRCS. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division --- lib/clang/clang.build.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/clang/clang.build.mk') 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 -- cgit v1.1