Browse Source

Don't remove the directory again, *config did it already

Peter S. Mazinger 19 years ago
parent
commit
e85d2faff7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile.in

+ 0 - 1
Makefile.in

@@ -35,7 +35,6 @@ include $(top_srcdir)libpthread/Makefile.in
 include $(top_srcdir)libc/Makefile.in
 
 include/bits/uClibc_config.h: .config
-	$(RM) -r include/bits
 	$(INSTALL) -d include/bits
 	@if [ ! -x extra/config/conf ] ; then \
 	    $(MAKE) -C extra/config conf; \