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:
ru 2004-01-16 16:06:54 +00:00
parent cab096e5bf
commit e491a39ed8

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} \