svn commit: r236129 - stable/9

Dag-Erling Smorgrav des at FreeBSD.org
Sat May 26 23:48:57 UTC 2012


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
 


More information about the svn-src-stable mailing list