From b3b0896644a83afcb8b0106cf83964de89ffd0ef Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 21 Oct 1993 00:33:12 +0000 Subject: [PATCH] ($(srcdir)/INSTALL): Add --no-split. From-SVN: r5847 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9dc317dc0e2..b2ba0c101e0 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: -- 2.30.2