Author: des
Date: Sat May 26 23:48:56 2012
New Revision: 236129
URL: http://svn.freebsd.org/changeset/base/236129
Log:
nit: use >= 1000013 instead of > 1000012
Modified:
stable/9/Makefile.inc1
Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1 Sat May 26 23:42:52 2012 (r236128)
+++ stable/9/Makefile.inc1 Sat May 26 23:48:56 2012 (r236129)
@@ -1028,7 +1028,7 @@ _sed= usr.bin/sed
_lex= usr.bin/lex
.endif
-.if ${BOOTSTRAPPING} < 900006 || ${BOOTSTRAPPING} > 1000012
+.if ${BOOTSTRAPPING} < 900006 || ${BOOTSTRAPPING} >= 1000013
_yacc= usr.bin/yacc
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"