Date: Wed, 19 Jan 2011 09:59:54 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r217576 - stable/8 Message-ID: <201101190959.p0J9xs2U070951@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101190959.p0J9xs2U070951>