xref: /openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1From 0131013100bf0baabfc0f9a44341e0d9d7cca794 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] 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 660d7f5..bed840a 100644
15--- a/info/Makefile.am
16+++ b/info/Makefile.am
17@@ -81,7 +81,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