diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-02 02:05:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-02 02:05:23 +0000 |
commit | 0ce83ef6b8e1e7b113c1081d5ca203f5cac0e7b2 (patch) | |
tree | b4a0b56a0e00f948f85c2d73ac2b161a282908df /winsup/Makefile.in | |
parent | 5b4db8388187cef4d91d6dd807a73b615bde00e1 (diff) | |
download | newlib-0ce83ef6b8e1e7b113c1081d5ca203f5cac0e7b2.zip newlib-0ce83ef6b8e1e7b113c1081d5ca203f5cac0e7b2.tar.gz newlib-0ce83ef6b8e1e7b113c1081d5ca203f5cac0e7b2.tar.bz2 |
* Makefile.common: Extend VERBOSE default.
* Makefile.in: Don't clean the testsuite separately. It's already part of
CLEAN_SUBDIRS.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r-- | winsup/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in index 09376c3..2bc1c41 100644 --- a/winsup/Makefile.in +++ b/winsup/Makefile.in @@ -73,7 +73,6 @@ $(INSTALL_SUBDIRS): $(CLEAN_SUBDIRS): @$(MAKE) -C ${patsubst clean_%,%,$@} clean - @$(MAKE) -C testsuite clean .PRECIOUS: Makefile |