OSDN Git Service

* Makefile.in: Add --no-split argument to avoid creating files
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 1997 03:36:36 +0000 (03:36 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 1997 03:36:36 +0000 (03:36 +0000)
with names longer than 14 characters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16665 138bc75d-0d04-0410-961f-82ee72b054a4

etc/ChangeLog
etc/Makefile.in

index e7d3c8c..03a8677 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 a5d59d6..cd00178 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