Fix some parsing problems, retab!

This commit is contained in:
Michael Stapelberg
2009-09-13 18:40:35 +02:00
parent 268bf71222
commit 2986636e03
3 changed files with 174 additions and 145 deletions

View File

@ -27,7 +27,7 @@ src/cfgparse.yy.o: src/cfgparse.l
src/cfgparse.y.o: src/cfgparse.y
echo "YACC $<"
yacc -b $(basename $< .y) -d $<
yacc --debug --verbose -b $(basename $< .y) -d $<
$(CC) $(CFLAGS) -c -o $@ $(<:.y=.tab.c)
install: all