From e491a39ed82b58b2f2496efdcd848e169f0c89ce Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 16 Jan 2004 16:06:54 +0000 Subject: lex(1) prior to flex.skl,v 1.8 and gen.c,v 1.7 requires bootstrapping. Prodded by: nectar --- Makefile.inc1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 69819bf..9c7ce7b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} \ -- cgit v1.1