From: Derrick Brashear Date: Thu, 19 Jun 2003 17:55:10 +0000 (+0000) Subject: uss-rename-lex-to-lex-file-20030619 X-Git-Tag: openafs-devel-1_3_50~174 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=da3adbb189c5487d4d9e928f9b529e8e99d780b7;hp=af1a0ea039223063b582cb44e55a4b58d1ec2836 uss-rename-lex-to-lex-file-20030619 FIXES 1550 so reindenting will not do the wrong thing. --- diff --git a/src/uss/Makefile.in b/src/uss/Makefile.in index d8da989..ad48e08 100644 --- a/src/uss/Makefile.in +++ b/src/uss/Makefile.in @@ -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 diff --git a/src/uss/lex.c b/src/uss/lex.l similarity index 100% rename from src/uss/lex.c rename to src/uss/lex.l