| Upstream-Status: Backport |
| |
| Backport from: |
| |
| http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c |
| |
| Signed-off-by: Kai Kang <kai.kang@windriver.com> |
| --- |
| From 39c5f1c76f1fcef4b5958bf828a63f53426b6984 Mon Sep 17 00:00:00 2001 |
| From: Mike Gerwitz <mike@mikegerwitz.com> |
| Date: Tue, 24 Dec 2013 22:16:31 -0500 |
| Subject: [PATCH] comm.h now depends on term.h |
| |
| --- |
| src/Makefile.in | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| Index: screen-4.6.1/Makefile.in |
| =================================================================== |
| --- screen-4.6.1.orig/Makefile.in |
| +++ screen-4.6.1/Makefile.in |
| @@ -133,7 +133,7 @@ kmapdef.c: term.h |
| tty.c: tty.sh |
| sh $(srcdir)/tty.sh tty.c |
| |
| -comm.h: comm.c comm.sh config.h |
| +comm.h: comm.c comm.sh config.h term.h |
| AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh |
| |
| osdef.h: osdef.sh config.h osdef.h.in |