svn commit: r217576 - stable/8
Max Khon
fjoe at FreeBSD.org
Wed Jan 19 09:59:54 UTC 2011
Author: fjoe
Date: Wed Jan 19 09:59:54 2011
New Revision: 217576
URL: http://svn.freebsd.org/changeset/base/217576
Log:
Fix buildworld on pre-8.2.
PR: 153947
Modified:
stable/8/Makefile.inc1
Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1 Wed Jan 19 09:47:20 2011 (r217575)
+++ stable/8/Makefile.inc1 Wed Jan 19 09:59:54 2011 (r217576)
@@ -926,6 +926,10 @@ _groff= gnu/usr.bin/groff/tmac
_ar= usr.bin/ar
.endif
+.if ${BOOTSTRAPPING} < 802000
+_lex= usr.bin/lex
+.endif
+
.if ${BOOTSTRAPPING} < 800013
_mklocale= usr.bin/mklocale
.endif
@@ -951,6 +955,7 @@ bootstrap-tools:
${_gperf} \
${_groff} \
${_ar} \
+ ${_lex} \
usr.bin/lorder \
usr.bin/makewhatis \
${_mklocale} \
More information about the svn-src-all
mailing list