svn commit: r270908 - stable/10/lib/clang
Garrett Cooper
ngie at FreeBSD.org
Mon Sep 1 02:53:32 UTC 2014
Author: ngie
Date: Mon Sep 1 02:53:32 2014
New Revision: 270908
URL: http://svnweb.freebsd.org/changeset/base/270908
Log:
MFC r270145:
Replace DPADD with DPSRCS to fix "make checkdpadd"
Phabric: D625
Approved by: jmmv (mentor)
Reviewed by: dim
PR: 192734
Modified:
stable/10/lib/clang/clang.build.mk
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/clang/clang.build.mk
==============================================================================
--- stable/10/lib/clang/clang.build.mk Mon Sep 1 01:39:20 2014 (r270907)
+++ stable/10/lib/clang/clang.build.mk Mon Sep 1 02:53:32 2014 (r270908)
@@ -233,5 +233,5 @@ Checkers.inc.h: ${CLANG_SRCS}/lib/Static
.endfor
SRCS+= ${TGHDRS:C/$/.inc.h/}
-DPADD+= ${TGHDRS:C/$/.inc.h/}
+DPSRCS+= ${TGHDRS:C/$/.inc.h/}
CLEANFILES+= ${TGHDRS:C/$/.inc.h/} ${TGHDRS:C/$/.inc.d/}
More information about the svn-src-stable-10
mailing list