Author: ngie
Date: Mon Aug 18 17:38:50 2014
New Revision: 270145
URL: http://svnweb.freebsd.org/changeset/base/270145

Log:
  Replace DPADD with DPSRCS to fix "make checkdpadd"
  
  Phabric: D625
  Approved by: jmmv (mentor)
  Reviewed by: dim
  PR: 192734
  MFC after: 2 weeks

Modified:
  head/lib/clang/clang.build.mk

Modified: head/lib/clang/clang.build.mk
==============================================================================
--- head/lib/clang/clang.build.mk       Mon Aug 18 17:35:39 2014        
(r270144)
+++ head/lib/clang/clang.build.mk       Mon Aug 18 17:38:50 2014        
(r270145)
@@ -237,5 +237,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/}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to