mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
Makefile: introduce $(BISON).
* src/local.mk (BISON): New. (YACC): Use it.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-04-06 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Makefile: introduce $(BISON).
|
||||||
|
* src/local.mk (BISON): New.
|
||||||
|
(YACC): Use it.
|
||||||
|
|
||||||
2009-04-06 Akim Demaille <demaille@gostai.com>
|
2009-04-06 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
parser: handle %locations as %define locations.
|
parser: handle %locations as %define locations.
|
||||||
|
|||||||
@@ -24,7 +24,8 @@ LDADD = $(top_builddir)/lib/libbison.a $(LIBINTL)
|
|||||||
|
|
||||||
# Use our own Bison to build the parser. Of course, you ought to
|
# Use our own Bison to build the parser. Of course, you ought to
|
||||||
# keep a sane version of Bison nearby...
|
# keep a sane version of Bison nearby...
|
||||||
YACC = $(top_builddir)/tests/bison -y
|
BISON = $(top_builddir)/tests/bison
|
||||||
|
YACC = $(BISON) -y
|
||||||
AM_YFLAGS = -dv --warnings=all,error --report=all
|
AM_YFLAGS = -dv --warnings=all,error --report=all
|
||||||
|
|
||||||
bin_PROGRAMS = src/bison
|
bin_PROGRAMS = src/bison
|
||||||
|
|||||||
Reference in New Issue
Block a user