summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch b/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch
new file mode 100644
index 0000000000..f99f8b87d5
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch
@@ -0,0 +1,28 @@
1From 33b85a3928895b812b37dc759c6de711802db45f Mon Sep 17 00:00:00 2001
2From: Saul Wold <sgw@linux.intel.com>
3Date: Mon, 29 Jul 2013 15:02:34 -0700
4Subject: [PATCH 3/3] texinfo: Update to 5.1
5
6Upstream-Status: Inappropriate [cross build specific]
7
8Signed-off-by: Saul Wold <sgw@linux.intel.com>
9---
10 info/Makefile.am | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/info/Makefile.am b/info/Makefile.am
14index f57b341..a019aa7 100644
15--- a/info/Makefile.am
16+++ b/info/Makefile.am
17@@ -77,7 +77,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
18 # more than once.
19 funs.h: makedoc$(EXEEXT) $(cmd_sources)
20 rm -f $(generated_sources)
21- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
22+ makedoc $(cmd_sources)
23
24 # The following hack is necessary to hint make before the automatic
25 # dependencies are built.
26--
272.39.2
28