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:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-10-24 14:11:15 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-10-24 14:11:15 +0400
commit68157644d15d2486a3602eb1dcec91da029ca992 (patch)
treee9130bec665fa837e605a1903c962508296863ea /winsup/Makefile.in
parent02fbb3bb593e6c090439a14a321256fcd3a9241e (diff)
2012-10-24 Kai Tietz <ktietz70@googlemail.com>
Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Corinna Vinschen <corinna@vinschen.de> * configure.in [cygwin*]: Always build cygserver, lsaauth, utils, and doc. Do not build mingw or w32api. [mingw*]: Build w32api if present. * configure: Regenerate. * Makefile.common: Remove references to mingw and w32api directories. (MINGW_LDFLAGS): Redefine as -static to force static linking with libgcc and libstdc++. * Makefile.in: Remove references to mingw and w32api directories from Cygwin targets.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 3384c2cf8..e339055cb 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -121,20 +121,20 @@ check: cygwin
fi; \
$(MAKE) check
-utils: cygwin mingw
+utils: cygwin
mingw: w32api
-cygwin: w32api
+cygwin:
cygserver: cygwin
-install_utils: cygwin mingw
+install_utils: cygwin
install_mingw: w32api
-install_cygwin: w32api
+install_cygwin:
install_cygserver: cygwin
-lsaauth: mingw cygwin
+lsaauth: