]> git.saurik.com Git - bison.git/blobdiff - src/local.mk
Makefile: introduce $(BISON).
[bison.git] / src / local.mk
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