aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-05-10 00:53:27 +0000
committerFred Fish <fnf@specifix.com>1993-05-10 00:53:27 +0000
commit0b81fc4394cf3478c87b04ec0cb1ad34e7275549 (patch)
tree9467e42cd7103bbe2187b76d25b75de80c89ec78 /gdb/Makefile.in
parent8f59e92be93299839d6ca9df4fab6fa84d1e59f4 (diff)
downloadgdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.zip
gdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.tar.gz
gdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.tar.bz2
* Makefile.in (BISON): Remove double quotes around BISON
definition when bison is used.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)