Author: bdrewery Date: Thu Oct 15 20:46:34 2015 New Revision: 289388 URL: https://svnweb.freebsd.org/changeset/base/289388
Log: Remove unneeded libg++ reference that came in with r267511 based on a removed comment. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/Makefile Modified: head/lib/Makefile ============================================================================== --- head/lib/Makefile Thu Oct 15 20:40:23 2015 (r289387) +++ head/lib/Makefile Thu Oct 15 20:46:34 2015 (r289388) @@ -137,7 +137,6 @@ SUBDIR_DEPEND_libcasper= libcapsicum lib SUBDIR_DEPEND_libdevstat= libkvm SUBDIR_DEPEND_libdpv= libfigpar ncurses libutil SUBDIR_DEPEND_libedit= ncurses -SUBDIR_DEPEND_libg++:= msun SUBDIR_DEPEND_libgeom= libexpat libsbuf SUBDIR_DEPEND_liblibrpcsec_gss= libgssapi SUBDIR_DEPEND_libmagic= libz _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
