Author: ngie
Date: Mon Sep  1 05:13:14 2014
New Revision: 270913
URL: http://svnweb.freebsd.org/changeset/base/270913

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

Modified:
  stable/9/lib/clang/clang.build.mk
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)
  stable/9/lib/clang/   (props changed)

Modified: stable/9/lib/clang/clang.build.mk
==============================================================================
--- stable/9/lib/clang/clang.build.mk   Mon Sep  1 03:49:21 2014        
(r270912)
+++ stable/9/lib/clang/clang.build.mk   Mon Sep  1 05:13:14 2014        
(r270913)
@@ -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/}
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to