diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-05 13:47:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-05 13:47:35 +0000 |
commit | 2e91f39c312a8fef290897a0b85c139c02c242c4 (patch) | |
tree | 692d778ed89a3e481789393a946582ae5201be21 | |
parent | 07beb34d51523f7f30e354ef08a802ed79cf09da (diff) |
- revert r22233
-rw-r--r-- | Makefile.in | 13 |
1 files 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 |