diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-04 03:48:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-04 03:48:36 +0000 |
commit | e8f1743129e955c44e005de8f7ed943763c4ba25 (patch) | |
tree | 4a234a141d66f3cad1caa1896b309b20fdbff5d4 /winsup/Makefile.in | |
parent | 15d0cbd6dfec2f8b30ae75b33c7d4980aa8bc87b (diff) | |
download | newlib-e8f1743129e955c44e005de8f7ed943763c4ba25.zip newlib-e8f1743129e955c44e005de8f7ed943763c4ba25.tar.gz newlib-e8f1743129e955c44e005de8f7ed943763c4ba25.tar.bz2 |
* configure.in: Disable subauth directory test.
* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r-- | winsup/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in index c279628..ef92802 100644 --- a/winsup/Makefile.in +++ b/winsup/Makefile.in @@ -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 |