]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in: Add --no-split argument to avoid creating files with names longer than...
authorManfred Hollstein <manfred@s-direktnet.de>
Sat, 22 Nov 1997 03:36:36 +0000 (03:36 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 22 Nov 1997 03:36:36 +0000 (20:36 -0700)
* Makefile.in: Add --no-split argument to avoid creating files
with names longer than 14 characters.

From-SVN: r16665

etc/ChangeLog
etc/Makefile.in

index e7d3c8ceb223946e0ef001ba40d054c42cb865cf..03a8677ca0332341fd54ddd1974f626e3ea935a7 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 21 12:54:58 1997  Manfred Hollstein <manfred@s-direktnet.de>
+
+       * 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  <manfred@s-direktnet.de>
 
         * aclocal.m4: Substitute INSTALL.
index a5d59d6efdb222904606ea27888620339e99aaae..cd00178df93fc2c6661b1073b2e84278ef53bd4d 100644 (file)
@@ -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
This page took 0.065455 seconds and 5 git commands to generate.