blob: c6c9952c9ed7f8c42f685798f1804cefb2af1bb9 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From 81ccd162b869c20e450073fa834b5cabbea8e3d4 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
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006Upstream-Status: Inappropriate [cross build specific]
7
8Signed-off-by: Saul Wold <sgw@linux.intel.com>
9
Andrew Geissler517393d2023-01-13 08:55:19 -060010---
11 info/Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/info/Makefile.am b/info/Makefile.am
15index 35596b1..cae1421 100644
16--- a/info/Makefile.am
17+++ b/info/Makefile.am
18@@ -69,7 +69,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019 # more than once.
20 funs.h: makedoc$(EXEEXT) $(cmd_sources)
21 rm -f $(generated_sources)
22- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
23+ makedoc $(cmd_sources)
24
25 # The following hack is necessary to hint make before the automatic
26 # dependencies are built.