summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 15:17:18 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 15:17:18 +0000
commite85d2faff77ad398d10d19f5f80bbf86b0ba9e5a (patch)
tree760c7088165f36303926b3555d9a5b40eb555d39 /Makefile.in
parent034b372c2b9a521d42fd177ee29ff8e1ecf141c4 (diff)
Don't remove the directory again, *config did it already
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2011d3771..f8eaac343 100644
--- a/Makefile.in
+++ b/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; \