summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2018-04-23 16:15:06 +0200
committerPeter Kjellerstedt <pkj@axis.com>2018-04-25 22:52:09 +0200
commit78d52d34ce1cf8be29f2079aa2fcbf6e566b265c (patch)
treebfb869004ca041d7d0e939fec19641eedd7774e1
parent343907c995c66e13418ea6ebfc8ae0b853c488e7 (diff)
downloadmeta-gplv2-78d52d34ce1cf8be29f2079aa2fcbf6e566b265c.tar.gz
texinfo: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-rw-r--r--recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch b/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
index 5b7f32d..11e21aa 100644
--- a/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
+++ b/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
@@ -6,9 +6,9 @@ Index: texinfo-5.1/info/Makefile.am
6=================================================================== 6===================================================================
7--- texinfo-5.1.orig/info/Makefile.am 7--- texinfo-5.1.orig/info/Makefile.am
8+++ texinfo-5.1/info/Makefile.am 8+++ texinfo-5.1/info/Makefile.am
9@@ -76,7 +76,7 @@ cmd_sources = $(srcdir)/session.c $(srcd 9@@ -67,7 +67,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
10 # more than once. 10 # The $(EXEEXT) should be added by Automake, but isn't. Fine.
11 funs.h: makedoc$(EXEEXT) $(cmd_sources) 11 $(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
12 rm -f $(generated_sources) 12 rm -f $(generated_sources)
13- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources) 13- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
14+ makedoc $(cmd_sources) 14+ makedoc $(cmd_sources)