* [PATCH] Avoid building libtermcap for cygwin if it doesn't exist
@ 2002-12-16 18:09 Christopher Faylor
2002-12-16 18:56 ` DJ Delorie
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Faylor @ 2002-12-16 18:09 UTC (permalink / raw)
To: gdb-patches; +Cc: gcc-patches
2002-12-16 Christopher Faylor <cgf@redhat.com>
* mh-cygwin: Don't build libtermcap if it doesn't exist.
Index: mh-cygwin
===================================================================
RCS file: /cvs/src/src/config/mh-cygwin,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mh-cygwin 3 May 1999 07:29:06 -0000 1.1
+++ mh-cygwin 17 Dec 2002 01:55:28 -0000 1.2
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-17 2:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-16 18:09 [PATCH] Avoid building libtermcap for cygwin if it doesn't exist Christopher Faylor
2002-12-16 18:56 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox