summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-04-19 00:19:40 +0000
committerDJ Delorie <dj@delorie.com>2003-04-19 00:19:40 +0000
commite18d0ed70769b8f20c09747db1c5feb586d10792 (patch)
tree7ceae391f5a29170bd7eeb422b399ed5ba89e335 /Makefile.in
parentd95337e76e9a6bf3078ce51eaa80d64adf361489 (diff)
downloadbinutils-redhat-e18d0ed70769b8f20c09747db1c5feb586d10792.tar.gz
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.kettenis_i386newframe-20030419-branchpointadd-fakeroots-dir
* 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 615e3d3f4f..1b993f59e9 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 ; \