X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3b2942e671eadc31ca5cacf4c2965a1cac4edf04..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/src/Makefile.am?ds=inline diff --git a/src/Makefile.am b/src/Makefile.am index 04e5ead3..2592256b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,7 +26,7 @@ LDADD = ../lib/libbison.a $(LIBINTL) # Use our own Bison to build the parser. Of course, you ought to # keep a sane version of Bison nearby... -YACC = ../tests/bison -y +YACC = ../tests/bison -y --warnings=all,error bin_PROGRAMS = bison bin_SCRIPTS = $(YACC_SCRIPT) @@ -65,8 +65,7 @@ bison_SOURCES = \ system.h \ tables.h tables.c \ uniqstr.c uniqstr.h \ - vcg.c vcg.h \ - vcg_defaults.h + graphviz.c graphviz.h EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l