mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
uss-rename-lex-to-lex-file-20030619
FIXES 1550 so reindenting will not do the wrong thing.
This commit is contained in:
parent
af1a0ea039
commit
da3adbb189
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user