aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-04 09:52:04 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-04 09:52:04 +0000
commiteab2562e26c1fe167515569debeeb98a983cc88a (patch)
tree408b3543f98805c6044f473eb3163c89b2d05fe7 /Makefile.in
parent7a694ae8c5d28219213c437400b24adf8785883e (diff)
downloadgdb-eab2562e26c1fe167515569debeeb98a983cc88a.zip
gdb-eab2562e26c1fe167515569debeeb98a983cc88a.tar.gz
gdb-eab2562e26c1fe167515569debeeb98a983cc88a.tar.bz2
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
GDB releases.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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' \
<Makefile.in >proto-toplev/Makefile.in
mkdir proto-toplev/texinfo