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>2000-06-20 21:37:22 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-20 21:37:22 +0400
commitfa2ba8581451dd3b02421d04ebb8b6b95821c503 (patch)
tree35ec4916f78c09aecc4345f1a7340729b88fa056 /winsup/configure
parente33e6532398c83634513468e425e18cab3b14a3f (diff)
* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-xwinsup/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure b/winsup/configure
index 21361f9e7..be2d64e2a 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -826,7 +826,7 @@ else
fi
-SUBDIRS='cygwin w32api mingw'
+SUBDIRS='w32api cygwin mingw'
case "$with_cross_host" in
""|*cygwin*)
SUBDIRS="$SUBDIRS utils"