]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Add Makevars.template, stamp-po.
[bison.git] / src / Makefile.am
index 7d83d890bfb61c0db99bba240ce7ca293487efbf..326b6c856a529ade5e032ecdd846f9fe7ed382e9 100644 (file)
@@ -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 =                                  \