* configure.in: Disable subauth directory test.

* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
This commit is contained in:
Christopher Faylor 2001-11-04 03:48:36 +00:00
parent 15d0cbd6df
commit e8f1743129
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2001-11-03 Christopher Faylor <cgf@redhat.com>
* configure.in: Disable subauth directory test.
* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
2001-11-03 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Add directory dependencies to ensure ordering when using

View File

@ -72,12 +72,12 @@ $(SUBDIRS):
$(INSTALL_SUBDIRS):
@if cd ${patsubst install_%,%,$@} 2>/dev/null; then \
make install; \
$(MAKE) install; \
fi || exit 0
$(CLEAN_SUBDIRS):
@if cd ${patsubst clean_%,%,$@} 2>/dev/null; then \
make clean; \
$(MAKE) clean; \
fi || exit 0
.PRECIOUS: Makefile

2
winsup/configure vendored
View File

@ -921,7 +921,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
# test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc"
;;
esac

View File

@ -71,7 +71,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
# test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc"
;;
esac