* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
GDB releases.
This commit is contained in:
parent
7a694ae8c5
commit
eab2562e26
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue