X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a504e06dd7b465fd023e63bd47bcbb965ff170aa..0ced3098fd97e1483b4ac938bdce99bfc7942539:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 7d83d890..326b6c85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,8 +28,12 @@ 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@ +bin_SCRIPTS = $(YACC_SCRIPT) EXTRA_SCRIPTS = yacc bison_SOURCES = \