blob: b5d71cc1b418b3e9c647fec5906087e2a498008a [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Backport
2
3Backport from:
4
5http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c
6
7Signed-off-by: Kai Kang <kai.kang@windriver.com>
8---
9From 39c5f1c76f1fcef4b5958bf828a63f53426b6984 Mon Sep 17 00:00:00 2001
10From: Mike Gerwitz <mike@mikegerwitz.com>
11Date: Tue, 24 Dec 2013 22:16:31 -0500
12Subject: [PATCH] comm.h now depends on term.h
13
14---
15 src/Makefile.in | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/src/Makefile.in b/src/Makefile.in
19index e791e79..d4f7c0b 100644
20--- a/Makefile.in
21+++ b/Makefile.in
22@@ -113,7 +113,7 @@ term.h: term.c term.sh
23
24 kmapdef.c: term.h
25
26-comm.h: comm.c comm.sh config.h
27+comm.h: comm.c comm.sh config.h term.h
28 AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
29
30 docs:
31--
322.4.1
33