aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-04-19 00:19:40 +0000
committerDJ Delorie <dj@redhat.com>2003-04-19 00:19:40 +0000
commit62a3fc85abf83d9987aee7507e04fd4dccd13ab3 (patch)
tree669d7ad35b90fc284bae12afda2271828f5b51c4 /Makefile.in
parente136427c232f62b60cdc09653d8c6240b08b0236 (diff)
downloadgdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.zip
gdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.tar.gz
gdb-62a3fc85abf83d9987aee7507e04fd4dccd13ab3.tar.bz2
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 615e3d3..1b993f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,7 +203,8 @@ USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
# This just becomes part of the MAKEINFO definition passed down to
# sub-makes. It lets flags be given on the command line while still
# using the makeinfo from the object tree.
-MAKEINFOFLAGS =
+# (Default to avoid splitting info files by setting the threshold high.)
+MAKEINFOFLAGS = --split-size=5000000
EXPECT = `if [ -f $$r/expect/expect ] ; \
then echo $$r/expect/expect ; \