From 99adb26b36ab90febe020fcc239e125d92cca091 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 23 Apr 2018 16:15:06 +0200 Subject: texinfo: Update a patch to avoid fuzz Signed-off-by: Peter Kjellerstedt --- recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch | 6 +++--- 1 file 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 =================================================================== --- texinfo-5.1.orig/info/Makefile.am +++ texinfo-5.1/info/Makefile.am -@@ -76,7 +76,7 @@ cmd_sources = $(srcdir)/session.c $(srcd - # more than once. - funs.h: makedoc$(EXEEXT) $(cmd_sources) +@@ -67,7 +67,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \ + # The $(EXEEXT) should be added by Automake, but isn't. Fine. + $(generated_sources): makedoc$(EXEEXT) $(cmd_sources) rm -f $(generated_sources) - $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources) + makedoc $(cmd_sources) -- cgit v1.2.3-54-g00ecf