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>2001-11-04 06:42:19 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-04 06:42:19 +0300
commit15d0cbd6dfec2f8b30ae75b33c7d4980aa8bc87b (patch)
tree90d52e92d636e50c88b535f9a0041082ffe1a4ca /winsup/Makefile.in
parent763f09b97de5916721906b967a833ad814f42688 (diff)
* Makefile.in: Add directory dependencies to ensure ordering when using 'make
-jN'.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 92e40858f..c279628c4 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -100,3 +100,19 @@ check: cygwin
sh ./config.status; \
fi; \
$(MAKE) check
+
+utils: cygwin mingw
+
+mingw: w32api
+
+cygwin: w32api
+
+cinstall: mingw
+
+install_utils: cygwin mingw
+
+install_mingw: w32api
+
+install_cygwin: w32api
+
+install_cinstall: mingw