Author: des Date: Sun Apr 14 11:51:25 2013 New Revision: 249472 URL: http://svnweb.freebsd.org/changeset/base/249472
Log: MFH (r247285): always bootstrap liby along with yacc. Modified: stable/8/Makefile.inc1 (contents, props changed) Directory Properties: stable/8/ (props changed) Modified: stable/8/Makefile.inc1 ============================================================================== --- stable/8/Makefile.inc1 Sun Apr 14 11:44:47 2013 (r249471) +++ stable/8/Makefile.inc1 Sun Apr 14 11:51:25 2013 (r249472) @@ -953,7 +953,8 @@ _lex= usr.bin/lex .endif .if ${BOOTSTRAPPING} >= 1000013 -_yacc= usr.bin/yacc +_yacc= lib/liby \ + usr.bin/yacc .endif .if ${BOOTSTRAPPING} < 800013 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"