xref: /OK3568_Linux_fs/buildroot/package/screen/0006-comm-h-now-depends-on-term-h.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 39c5f1c76f1fcef4b5958bf828a63f53426b6984 Mon Sep 17 00:00:00 2001
2From: Mike Gerwitz <mike@mikegerwitz.com>
3Date: Tue, 24 Dec 2013 22:16:31 -0500
4Subject: comm.h now depends on term.h
5
6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
7[Patch retrieved and updated from:
8http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c]
9---
10 src/Makefile.in | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/Makefile.in b/Makefile.in
14index e791e79..d4f7c0b 100644
15--- a/Makefile.in
16+++ b/Makefile.in
17@@ -113,7 +113,7 @@ term.h: term.c term.sh
18
19 kmapdef.c: term.h
20
21-comm.h: comm.c comm.sh config.h
22+comm.h: comm.c comm.sh config.h term.h
23 	AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
24
25 docs:
26--
27cgit v1.0-41-gc330
28
29