This commit is contained in:
Dennis Heimbigner 2010-06-24 17:32:29 +00:00
parent dd47ffbf02
commit ac1287d00b

View File

@ -53,12 +53,12 @@ test: check
# Otherwise never invoked, but records how to do it.
# BTW: note that renaming is essential because otherwise
# autoconf will forcibly delete files of the name *.tab.*
ncgenyy.c: ncgen.l
flex -Pncg -8 ncgen.l
rm -f ncgenyy.c
mv lex.ncg.c ncgenyy.c
ncgentab.c: ncgen.y ncgenyy.c
bison -pncg -t ncgen.y
rm -f ncgentab.c
mv ncgen.tab.c ncgentab.c
#ncgenyy.c: ncgen.l
# flex -Pncg -8 ncgen.l
# rm -f ncgenyy.c
# mv lex.ncg.c ncgenyy.c
#
#ncgentab.c: ncgen.y ncgenyy.c
# bison -pncg -t ncgen.y
# rm -f ncgentab.c
# mv ncgen.tab.c ncgentab.c