summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch
blob: f99f8b87d5cfc8da5bfa7a24658019454a727558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 33b85a3928895b812b37dc759c6de711802db45f Mon Sep 17 00:00:00 2001
From: Saul Wold <sgw@linux.intel.com>
Date: Mon, 29 Jul 2013 15:02:34 -0700
Subject: [PATCH 3/3] texinfo: Update to 5.1

Upstream-Status: Inappropriate [cross build specific]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 info/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info/Makefile.am b/info/Makefile.am
index f57b341..a019aa7 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -77,7 +77,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
 # more than once.
 funs.h: makedoc$(EXEEXT) $(cmd_sources)
 	rm -f $(generated_sources)
-	$(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
+	makedoc $(cmd_sources)
 
 # The following hack is necessary to hint make before the automatic
 # dependencies are built.
-- 
2.39.2