From: Manfred Hollstein Date: Sat, 22 Nov 1997 03:34:17 +0000 (+0000) Subject: Makefile.in: Add --no-split argument to avoid creating files with names longer than... X-Git-Tag: releases/egcs-1.0.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d14de6e74c0bb0e5de9b66b7482f6727bd5ec05e;p=thirdparty%2Fgcc.git Makefile.in: Add --no-split argument to avoid creating files with names longer than 14... * Makefile.in: Add --no-split argument to avoid creating files with names longer than 14 characters. From-SVN: r16662 --- diff --git a/etc/ChangeLog b/etc/ChangeLog index e7d3c8ceb223..03a8677ca033 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 21 12:54:58 1997 Manfred Hollstein + + * Makefile.in: Add --no-split argument to avoid creating files + with names longer than 14 characters. + Tue Oct 7 16:27:34 1997 Manfred Hollstein * aclocal.m4: Substitute INSTALL. diff --git a/etc/Makefile.in b/etc/Makefile.in index a5d59d6efdb2..cd00178df93f 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -60,7 +60,7 @@ install-info: info dvi: $(DVIFILES) standards.info: $(srcdir)/standards.texi - $(MAKEINFO) -I$(srcdir) -o standards.info $(srcdir)/standards.texi + $(MAKEINFO) --no-split -I$(srcdir) -o standards.info $(srcdir)/standards.texi standards.dvi: $(srcdir)/standards.texi TEXINPUTS=$(TEXIDIR):$$TEXINPUTS $(TEXI2DVI) $(srcdir)/standards.texi