uss-rename-lex-to-lex-file-20030619

FIXES 1550

so reindenting will not do the wrong thing.
This commit is contained in:
Derrick Brashear 2003-06-19 17:55:10 +00:00
parent af1a0ea039
commit da3adbb189
2 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ uss_fs.o : uss_fs.c
lex.yy.o : lex.yy.c y.tab.c
${CC} -c ${CFLAGS} lex.yy.c
lex.yy.c : lex.c
${LEX} ${srcdir}/lex.c
lex.yy.c : lex.l
${LEX} ${srcdir}/lex.l
y.tab.o : y.tab.c
${CC} -c ${CFLAGS} y.tab.c