svn commit: r249051 - stable/9
Dag-Erling Smørgrav
des at FreeBSD.org
Wed Apr 3 12:20:09 UTC 2013
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
More information about the svn-src-stable-9
mailing list