From: Akim Demaille Date: Wed, 15 Feb 2012 11:53:34 +0000 (+0100) Subject: maint: help Automake reading Yacc flags. X-Git-Tag: v2.7.90~528 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/737406a32c201471699bfa0843d1f432f3ec29ab maint: help Automake reading Yacc flags. * Makefile.am (AM_YFLAGS): Automake looks for "-d" alone. --- diff --git a/Makefile.am b/Makefile.am index d29f852a..8f00e603 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = .prev-version .version \ BISON = $(top_builddir)/tests/bison BISON_IN = $(top_srcdir)/tests/bison.in YACC = $(BISON) -y -AM_YFLAGS = -dv --warnings=all,error --report=all +AM_YFLAGS = -d -v --warnings=all,error --report=all # Initialization before completion by local.mk's. AM_CFLAGS = $(WARN_CFLAGS)