diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ed4406dcb..2ffa8ad3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -310,7 +310,7 @@ clean: $(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h $(MAKE) -C extra/locale locale_clean $(MAKE) headers_clean-y - $(MAKE) -C test clean + $(MAKE) -s -C test clean $(MAKE) -C utils utils_clean @set -e; \ for i in `(cd libc/sysdeps/linux/common/sys; ls *.h)` ; do \ |