summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-04-14 15:17:14 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-04-14 16:04:23 +0200
commit4ec413da32760defe1bf382c048d1d2f67e0b58a (patch)
treefdcf0be15c3725bab53f285a81a8d0dc0c28b8c0 /Makefile.am
parent61d53e606deaf311edc6b4f74347660199fec11d (diff)
downloadbison-4ec413da32760defe1bf382c048d1d2f67e0b58a.tar.gz
build: also generate the graph reports
* Makefile.am (AM_YFLAGS_WITH_LINES): here.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 930eac2f..673501ee 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 = -d -v -Werror -Wall --report=all
+AM_YFLAGS_WITH_LINES = --defines -Werror -Wall --report=all --graph
AM_YFLAGS = $(AM_YFLAGS_WITH_LINES) --no-lines
# Initialization before completion by local.mk's.