From: Jeffrey Altman Date: Fri, 5 Dec 2003 22:19:50 +0000 (+0000) Subject: i386_nt40-lex-macro-fix-20031205 X-Git-Tag: openafs-devel-1_3_51~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c6c803432275b27b8cffd87e664f148c77f3215b;p=packages%2Fo%2Fopenafs.git 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 --- 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