definition when bison is used.
Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
+ * Makefile.in (BISON): Remove double quotes around BISON
+ definition when bison is used.
+
* configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
* configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux*
* configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
# is where it should be according to Posix).
# If you use bison instead of yacc, it needs to include the "-y" argument.
-#BISON="bison -y"
+#BISON=bison -y
BISON=yacc
YACC=$(BISON)