Author: bdrewery Date: Thu Oct 15 20:40:23 2015 New Revision: 289387 URL: https://svnweb.freebsd.org/changeset/base/289387
Log: Fix another ++= parsed as '+=', missed in r289384. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/Makefile Modified: head/lib/Makefile ============================================================================== --- head/lib/Makefile Thu Oct 15 20:37:30 2015 (r289386) +++ head/lib/Makefile Thu Oct 15 20:40:23 2015 (r289387) @@ -137,7 +137,7 @@ 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_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]"
