* configure.in: makefile stub for cygwin target is probably
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 31 Dec 1998 01:37:06 +0000 (01:37 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 31 Dec 1998 01:37:06 +0000 (01:37 +0000)
unnecessary.  Remove it for now.
* config/mt-cygwin: Remove.

config/mt-cygwin [deleted file]
configure.in

diff --git a/config/mt-cygwin b/config/mt-cygwin
deleted file mode 100644 (file)
index 1b742e0..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap
-EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap
index 4f38937..ec6c455 100644 (file)
@@ -359,9 +359,6 @@ case "${target}" in
   *-*-linux-gnu)
     target_makefile_frag="${target_makefile_frag} config/mt-linux"
     ;;
-  *-cygwin*)
-    target_makefile_frag="${target_makefile_frag} config/mt-cygwin"
-    ;;
 esac
 
 # If --enable-target-optspace always use -Os instead of -O2 to build