Author: des
Date: Wed Apr  3 12:20:08 2013
New Revision: 249051
URL: http://svnweb.freebsd.org/changeset/base/249051

Log:
  MFH (r247285): always bootstrap liby along with yacc.

Modified:
  stable/9/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1      Wed Apr  3 12:17:35 2013        (r249050)
+++ stable/9/Makefile.inc1      Wed Apr  3 12:20:08 2013        (r249051)
@@ -1083,7 +1083,8 @@ _lex=             usr.bin/lex
 .endif
 
 .if ${BOOTSTRAPPING} < 900006 || ${BOOTSTRAPPING} >= 1000013
-_yacc=         usr.bin/yacc
+_yacc=         lib/liby \
+               usr.bin/yacc
 .endif
 
 .if ${BOOTSTRAPPING} < 1000026
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to