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:46:22 +0200
commit99adb26b36ab90febe020fcc239e125d92cca091 (patch)
tree7b300ea67e9d9a8fc4a4502755347e59e7c3ad4d
parent4da1b1d0fdc3290bc3b93c2ff9fdfdd7d1df02b1 (diff)
downloadmeta-gplv2-99adb26b36ab90febe020fcc239e125d92cca091.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)