diff options
author | Fred Fish <fnf@specifix.com> | 1993-05-10 00:53:27 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-05-10 00:53:27 +0000 |
commit | 0b81fc4394cf3478c87b04ec0cb1ad34e7275549 (patch) | |
tree | 9467e42cd7103bbe2187b76d25b75de80c89ec78 | |
parent | 8f59e92be93299839d6ca9df4fab6fa84d1e59f4 (diff) | |
download | gdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.zip gdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.tar.gz gdb-0b81fc4394cf3478c87b04ec0cb1ad34e7275549.tar.bz2 |
* Makefile.in (BISON): Remove double quotes around BISON
definition when bison is used.
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
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) |