]> git.saurik.com Git - bison.git/commitdiff
Makefile: introduce $(BISON).
authorAkim Demaille <demaille@gostai.com>
Sun, 5 Apr 2009 20:13:06 +0000 (22:13 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 6 Apr 2009 11:24:50 +0000 (13:24 +0200)
* src/local.mk (BISON): New.
(YACC): Use it.

ChangeLog
src/local.mk

index 427b62da061aff722491e03ebd3a3734e5aedcab..7bf94c53980d7a5ae3adccb3735a218828f907fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        parser: handle %locations as %define locations.
index 111f16e156cd06ecc87206763af1d1dc4a883113..0ef2355eae2b4250d5cf9c5d2f77570e9ace82ce 100644 (file)
@@ -24,7 +24,8 @@ LDADD = $(top_builddir)/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 = $(top_builddir)/tests/bison -y
+BISON = $(top_builddir)/tests/bison
+YACC = $(BISON) -y
 AM_YFLAGS = -dv --warnings=all,error --report=all
 
 bin_PROGRAMS = src/bison