From: John Gilmore Date: Thu, 4 Feb 1993 09:52:04 +0000 (+0000) Subject: * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for X-Git-Tag: gdb-4_18~20201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eab2562e26c1fe167515569debeeb98a983cc88a;p=external%2Fbinutils.git * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for GDB releases. --- diff --git a/ChangeLog b/ChangeLog index 0dc3625..3944f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com) + + * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for + GDB releases. + Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * configure: Include srcdir in message about target of link not diff --git a/Makefile.in b/Makefile.in index 66c88c2..1649869 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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' \ proto-toplev/Makefile.in mkdir proto-toplev/texinfo