* configure.in: Add libtermcap to list of cygwin dependencies.
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 19 Nov 1998 01:15:59 +0000 (01:15 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 19 Nov 1998 01:15:59 +0000 (01:15 +0000)
* config/cygwin.mh: Add extra libtermcap target information.
Make gdb depend on libtermcap for future readline depencency.

ChangeLog
config/mh-cygwin
configure.in

index 9eeb84ba697729eb305f034a68e05156f41cbe3b..ef04acdf821bd321381e7a08e6abe14a8cafea41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
+
+       * configure.in: Add libtermcap to list of cygwin dependencies.
+       * config/cygwin.mh: Add extra libtermcap target information.
+       Make gdb depend on libtermcap for future readline depencency.
+
 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
 
         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
index 29f165667a1d87578460625ce46bbc0f3332583d..7f23a7da34955da344f3dc46f8b0b71130e1703c 100644 (file)
@@ -7,3 +7,9 @@ CXXFLAGS=-O2
 # built without debugging information
 
 LIBGCC2_DEBUG_CFLAGS=
+EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
+
+all-gdb: all-libtermcap
+
+install-gdb: install-libtermcap
index 76368e8fca8791e1ebf1f65b0fa1422b27bc78da..d5ae200c077a0676fb9bb0a65ccc48ad2f8993de 100644 (file)
@@ -529,7 +529,7 @@ case "${host}" in
        i[3456]86-*-mingw32*)
          configdirs="$configdirs dosrel" ;;
        *-cygwin*)
-         configdirs="$configdirs dosrel" ;;
+         configdirs="$configdirs libtermcap dosrel" ;;
 esac
 
 # Remove more programs from consideration, based on the host or 
This page took 0.030332 seconds and 4 git commands to generate.