From 2e91f39c312a8fef290897a0b85c139c02c242c4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 5 Jun 2008 13:47:35 +0000 Subject: - revert r22233 --- Makefile.in | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 852018627..8dfaaebfc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -412,15 +412,10 @@ defconfig: extra/config/conf include/bits clean: $(Q)$(RM) -r lib include/bits - $(Q)$(RM) $(foreach ext,a o os oS,ldso/*/*.$(ext) \ - libc/*.$(ext) libcrypt/*.$(ext) libintl/*.$(ext) libm/*.$(ext) \ - libnsl/*.$(ext) libpthread/*.$(ext) libresolv/*.$(ext) \ - librt/*.$(ext) libutil/*.$(ext) lib/*.$(ext) \ - libpthread/*/*.$(ext) libpthread/*/*/*.$(ext) \ - libpthread/*/*/*/*.$(ext) libpthread/*/*/*/*/*.$(ext) \ - libpthread/*/*/*/*/*/*.$(ext) libpthread/*/*/*/*/*/*/*.$(ext) \ - libpthread/*/*/*/*/*/*/*/*.$(ext)) - $(Q)$(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h + $(RM) ldso/*/*.a libpthread/*/*.a libc/*.a libcrypt/*.a libintl/*.a \ + libm/*.a libnsl/*.a libpthread/*.a libresolv/*.a librt/*.a \ + libutil/*.a lib/*.a \ + include/fpu_control.h include/dl-osinfo.h include/hp-timing.h $(MAKE) objclean-y headers_clean-y $(MAKE) -s -C test clean $(MAKE) -C utils utils_clean -- cgit v1.2.3