summaryrefslogtreecommitdiff
path: root/devel/automake/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/automake/patches/patch-ab')
-rw-r--r--devel/automake/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/automake/patches/patch-ab b/devel/automake/patches/patch-ab
new file mode 100644
index 00000000000..72099145a3d
--- /dev/null
+++ b/devel/automake/patches/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Jun 23 11:25:50 1997
++++ Makefile.in Fri Sep 19 18:19:19 1997
+@@ -196,7 +196,7 @@
+ .texi.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
++ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
+
+ .texi.dvi:
+ TEXINPUTS=$(srcdir):$$TEXINPUTS \