* Makefile.in (BISON): Remove double quotes around BISON

definition when bison is used.
This commit is contained in:
Fred Fish 1993-05-10 00:53:27 +00:00
parent 8f59e92be9
commit 0b81fc4394
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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*

View File

@ -76,7 +76,7 @@ srcdir = .
# 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)