From d931bc92b79628ac3e42ae58bb7b2808cf40a9f1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 Nov 1998 01:32:42 +0000 Subject: [PATCH] * cygwin.mh: Add extra libtermcap target information. Make gdb depend on libtermcap for future readline dependency. --- config/ChangeLog | 5 +++++ config/mh-cygwin | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index dd24901..11f9db9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 18 20:29:46 1998 Christopher Faylor + + * cygwin.mh: Add extra libtermcap target information. + Make gdb depend on libtermcap for future readline dependency. + Mon Nov 2 15:15:33 1998 Geoffrey Noer * mh-cygwin32: delete diff --git a/config/mh-cygwin b/config/mh-cygwin index 7f23a7d..0a477b9 100644 --- a/config/mh-cygwin +++ b/config/mh-cygwin @@ -12,4 +12,4 @@ EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap all-gdb: all-libtermcap -install-gdb: install-libtermcap +install-gdb: all-libtermcap -- 2.7.4