aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3beae79..82ace3e 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 12b92cc..180e4f5 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)