diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-21 00:33:12 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-21 00:33:12 +0000 |
commit | b3b0896644a83afcb8b0106cf83964de89ffd0ef (patch) | |
tree | d42c53e166872334e467a4316b606a00676b1368 | |
parent | d621c38b07718bb6776c17ca38468365496107ac (diff) | |
download | gcc-b3b0896644a83afcb8b0106cf83964de89ffd0ef.zip gcc-b3b0896644a83afcb8b0106cf83964de89ffd0ef.tar.gz gcc-b3b0896644a83afcb8b0106cf83964de89ffd0ef.tar.bz2 |
($(srcdir)/INSTALL): Add --no-split.
From-SVN: r5847
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9dc317d..b2ba0c1 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1617,7 +1617,8 @@ $(srcdir)/cpp.dvi: cpp.texi $(TEXI2DVI) $< $(srcdir)/INSTALL: install1.texi install.texi - $(MAKEINFO) -D INSTALLONLY --no-header `echo $(srcdir)/install1.texi | sed 's,^\./,,'` + $(MAKEINFO) -D INSTALLONLY --no-header --no-split \ + `echo $(srcdir)/install1.texi | sed 's,^\./,,'` # Deletion of files made during compilation. # There are four levels of this: |