summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)