* Makefile.in (BISON): Remove double quotes around BISON
authorFred Fish <fnf@specifix.com>
Mon, 10 May 1993 00:53:27 +0000 (00:53 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 10 May 1993 00:53:27 +0000 (00:53 +0000)
definition when bison is used.

gdb/ChangeLog
gdb/Makefile.in

index 3beae792cdb6590eba7ef38327c4e50b0bde7679..82ace3e97d87b7419321212eaa33a8f2eacbc13b 100644 (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*
index 12b92cc5e98b8f109506bca91c813e68fe17c6eb..180e4f5cc93581c0c839cc3d9c9cb13653126581 100644 (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)
 
This page took 0.02943 seconds and 4 git commands to generate.