X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f0057011f75baf63c0f97882fbecf1e7c306baf1..0ced3098fd97e1483b4ac938bdce99bfc7942539:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 40b1fab0..326b6c85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,6 +28,10 @@ INCLUDES = -I$(top_builddir) \ LDADD = ../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 = ../tests/bison -y + bin_PROGRAMS = bison bin_SCRIPTS = $(YACC_SCRIPT) EXTRA_SCRIPTS = yacc