* cygwin.mh: Add extra libtermcap target information.
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 19 Nov 1998 01:32:42 +0000 (01:32 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 19 Nov 1998 01:32:42 +0000 (01:32 +0000)
Make gdb depend on libtermcap for future readline dependency.

config/ChangeLog
config/mh-cygwin

index dd24901..11f9db9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 18 20:29:46 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * 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  <noer@cygnus.com>
 
         * mh-cygwin32: delete
index 7f23a7d..0a477b9 100644 (file)
@@ -12,4 +12,4 @@ EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
 
 all-gdb: all-libtermcap
 
-install-gdb: install-libtermcap
+install-gdb: all-libtermcap