From c6c803432275b27b8cffd87e664f148c77f3215b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 5 Dec 2003 22:19:50 +0000 Subject: [PATCH] i386_nt40-lex-macro-fix-20031205 Not that anyone has used it in forever and therefore would not notice but the LEX macro was a version number "1.2.2 a" instead of a program name. Changed to "flex -l" but it really depends on which lex type program is being used --- src/config/NTMakefile.i386_nt40 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index 64585363e..aa3a2157e 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -421,6 +421,6 @@ AFSDEV_AUXMIDLFLAGS=/Oi !ENDIF # Lex/Yacc macros -LEX =1.2.2 a +LEX = flex -l YACC = bison -- 2.39.5