* cygwin.mh: Add extra libtermcap target information.
Make gdb depend on libtermcap for future readline dependency.
This commit is contained in:
parent
ea5a6a5c3d
commit
d931bc92b7
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -12,4 +12,4 @@ EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
|
|||
|
||||
all-gdb: all-libtermcap
|
||||
|
||||
install-gdb: install-libtermcap
|
||||
install-gdb: all-libtermcap
|
||||
|
|
Loading…
Reference in a new issue