From f6868c5a77f8fd4435435c319ddcc240a516eddc Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 28 Apr 2019 11:18:15 +0200 Subject: build: don't generate the graph reports Revert "build: also generate the graph reports" (4ec413da32760defe1bf382c048d1d2f67e0b58a). The problem is Automake's ylwrap which does not rename y.dot with the appropriate name. We should completely stop using Automake's support for Yacc, which is not something I will do right now. So step back. * Makefile.am (AM_YFLAGS_WITH_LINES): Don't pass --graph. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f6350ac2..eeb348e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ dependencies = $(BISON_IN) $(src_bison_SOURCES) $(dist_skeletons_DATA) BISON = $(top_builddir)/tests/bison BISON_IN = $(top_srcdir)/tests/bison.in YACC = $(BISON) -o y.tab.c -AM_YFLAGS_WITH_LINES = --defines -Werror -Wall --report=all --graph +AM_YFLAGS_WITH_LINES = --defines -Werror -Wall --report=all AM_YFLAGS = $(AM_YFLAGS_WITH_LINES) --no-lines # Initialization before completion by local.mk's. -- cgit v1.2.1