Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-17 04:55:28 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-17 04:55:28 +0300
commit1a7ce5850576e4046068195058e693b602add674 (patch)
tree4b2f4a5a638bc3c3dcc070edf84f1a24a02b6241 /config/mh-cygwin
parent7da92d152723d2d988e94ab17ad3e2b2aaeac95a (diff)
* mh-cygwin: Don't build libtermcap if it doesn't exist.
Diffstat (limited to 'config/mh-cygwin')
-rw-r--r--config/mh-cygwin8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/mh-cygwin b/config/mh-cygwin
index 241027fb8..6c3ab8034 100644
--- a/config/mh-cygwin
+++ b/config/mh-cygwin
@@ -1,6 +1,6 @@
-EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
-EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
+EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap
-all-gdb: all-libtermcap
+all-gdb: maybe-all-libtermcap
-install-gdb: all-libtermcap
+install-gdb: maybe-all-libtermcap