From: Peter Johnson Date: Fri, 29 Jun 2001 05:12:44 +0000 (-0000) Subject: Change lex and yacc filenames to match changes in Makefile.am. X-Git-Tag: v0.1.0~439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0664f90a2070d2fcd725bde0c389416ae48c3213;p=yasm Change lex and yacc filenames to match changes in Makefile.am. svn path=/trunk/yasm/; revision=72 --- diff --git a/src/.cvsignore b/src/.cvsignore index 4f309ead..726f9b56 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1,6 +1,7 @@ .*.sw? -bison.tab.c -lex.yy.c +bison.c +bison.h +token.c bison.y token.l Makefile.in