0006-comm.h-now-depends-on-term.h.patch 895 B

123456789101112131415161718192021222324252627282930
  1. From 23a8ca6be87ad374d66854cee66ab758880cc651 Mon Sep 17 00:00:00 2001
  2. From: Mike Gerwitz <mike@mikegerwitz.com>
  3. Date: Tue, 24 Dec 2013 22:16:31 -0500
  4. Subject: [PATCH] comm.h now depends on term.h
  5. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  6. [Patch retrieved and updated from:
  7. http://git.savannah.gnu.org/cgit/screen.git/commit/?id=39c5f1c]
  8. [Julien: rebase on top of 4.9.1]
  9. Signed-off-by: Julien Olivain <ju.o@free.fr>
  10. ---
  11. Makefile.in | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/Makefile.in b/Makefile.in
  14. index 4718f08..7082a3e 100644
  15. --- a/Makefile.in
  16. +++ b/Makefile.in
  17. @@ -132,7 +132,7 @@ kmapdef.c: term.h
  18. tty.c: tty.sh
  19. sh $(srcdir)/tty.sh tty.c
  20. -comm.h: comm.c comm.sh config.h
  21. +comm.h: comm.c comm.sh config.h term.h
  22. AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh
  23. osdef.h: osdef.sh config.h osdef.h.in
  24. --
  25. 2.41.0