From 0b81fc4394cf3478c87b04ec0cb1ad34e7275549 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 10 May 1993 00:53:27 +0000 Subject: [PATCH] * Makefile.in (BISON): Remove double quotes around BISON definition when bison is used. --- gdb/ChangeLog | 3 +++ gdb/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3beae792cd..82ace3e97d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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* diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 12b92cc5e9..180e4f5cc9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) -- 2.34.1