]> Git Repo - binutils.git/commitdiff
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
authorJohn Gilmore <gnu@cygnus>
Thu, 4 Feb 1993 09:52:04 +0000 (09:52 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 4 Feb 1993 09:52:04 +0000 (09:52 +0000)
GDB releases.

ChangeLog
Makefile.in

index 0dc3625035f3384199eb3e777f60d8546c2f2338..3944f6cda22e1592d4d99c6715ff35db097d6abd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb  4 01:50:53 1993  John Gilmore  ([email protected])
+
+       * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
+       GDB releases.
+
 Wed Feb  3 17:22:16 1993  Ken Raeburn  ([email protected])
 
        * configure: Include srcdir in message about target of link not
index 66c88c28cc5a41b1fc1e5ba54b88e7ffa36feb21..1649869ee4b1685f5fc17046a2c0e58a0541ddc6 100644 (file)
@@ -1491,7 +1491,7 @@ make-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex
        sed -e '/^all\.normal: /s/\all-texinfo //' \
            -e '/^      install-texinfo /d' \
            -e '\/^BISON =/,\/^$$/c\
-               BISON = bison' \
+               BISON = bison -y' \
        <Makefile.in >proto-toplev/Makefile.in
 
        mkdir proto-toplev/texinfo
This page took 0.034668 seconds and 4 git commands to generate.