diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 1998-11-19 01:32:42 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 1998-11-19 01:32:42 +0000 |
commit | d931bc92b79628ac3e42ae58bb7b2808cf40a9f1 (patch) | |
tree | 625e293af7b8c81afa3d73fcd4ec0d20fe43902b /config | |
parent | ea5a6a5c3da086d624364e7c0ab71fc2fcc596f0 (diff) | |
download | gdb-d931bc92b79628ac3e42ae58bb7b2808cf40a9f1.zip gdb-d931bc92b79628ac3e42ae58bb7b2808cf40a9f1.tar.gz gdb-d931bc92b79628ac3e42ae58bb7b2808cf40a9f1.tar.bz2 |
* cygwin.mh: Add extra libtermcap target information.
Make gdb depend on libtermcap for future readline dependency.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-cygwin | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 |