diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-14 18:23:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-14 18:23:19 +0000 |
commit | 94597cd05f41c02ce8037feb0a8db6a9f82abc23 (patch) | |
tree | 78c45c8d3a348342368ae0f300cb8e6d318c7152 /winsup/configure.in | |
parent | bdc7392ce30a5b90ecf05b73c04cc34496482f8e (diff) | |
download | newlib-94597cd05f41c02ce8037feb0a8db6a9f82abc23.zip newlib-94597cd05f41c02ce8037feb0a8db6a9f82abc23.tar.gz newlib-94597cd05f41c02ce8037feb0a8db6a9f82abc23.tar.bz2 |
* Makefile.in: Exit immediately if a sub-make fails.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-x | winsup/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/configure.in b/winsup/configure.in index 3ee598b..f1195c2 100755 --- a/winsup/configure.in +++ b/winsup/configure.in @@ -70,6 +70,7 @@ SUBDIRS='w32api cygwin mingw' case "$with_cross_host" in ""|*cygwin*) test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib" + test -d $srcdir/zlib && SUBDIRS="$SUBDIRS zlib" test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall" # test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth" SUBDIRS="$SUBDIRS utils doc" |