Author: bdrewery
Date: Sat Dec  5 20:25:15 2015
New Revision: 291866
URL: https://svnweb.freebsd.org/changeset/base/291866

Log:
  Add dependency for c++filt on libiberty.
  
  This is a direct commit since c++filt does not exist in head.
  
  This ws racing after my SUBDIR_PARALLEL changes here recently.
  
  Reported by:  peter
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/gnu/usr.bin/cc/Makefile

Modified: stable/10/gnu/usr.bin/cc/Makefile
==============================================================================
--- stable/10/gnu/usr.bin/cc/Makefile   Sat Dec  5 19:12:16 2015        
(r291865)
+++ stable/10/gnu/usr.bin/cc/Makefile   Sat Dec  5 20:25:15 2015        
(r291866)
@@ -26,6 +26,7 @@ SUBDIR+= gcov
 .endif
 
 SUBDIR_DEPEND_c++:=    libcpp libiberty
+SUBDIR_DEPEND_c++filt= libiberty
 SUBDIR_DEPEND_cc=      libcpp libiberty
 SUBDIR_DEPEND_cpp=     libcpp libiberty
 SUBDIR_DEPEND_cc1plus= cc_int libcpp libdecnumber libiberty
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to