lex(1) prior to flex.skl,v 1.8 and gen.c,v 1.7 requires bootstrapping.

Prodded by:	nectar
This commit is contained in:
Ruslan Ermilov 2004-01-16 16:06:54 +00:00
parent b8eaa978fc
commit 33b53e37dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124592

View File

@ -630,6 +630,10 @@ _groff= gnu/usr.bin/groff/tmac
.endif
.endif
.if ${BOOTSTRAPPING} < 502102
_lex= usr.bin/lex
.endif
.if ${BOOTSTRAPPING} < 450005 || \
${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500034
_uudecode= usr.bin/uudecode
@ -661,6 +665,7 @@ bootstrap-tools:
${_groff} \
gnu/usr.bin/texinfo \
usr.bin/colldef \
${_lex} \
usr.bin/makewhatis \
usr.bin/rpcgen \
${_uudecode} \