diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 15:17:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 15:17:18 +0000 |
commit | e85d2faff77ad398d10d19f5f80bbf86b0ba9e5a (patch) | |
tree | 760c7088165f36303926b3555d9a5b40eb555d39 /Makefile.in | |
parent | 034b372c2b9a521d42fd177ee29ff8e1ecf141c4 (diff) | |
download | uClibc-alpine-e85d2faff77ad398d10d19f5f80bbf86b0ba9e5a.tar.bz2 uClibc-alpine-e85d2faff77ad398d10d19f5f80bbf86b0ba9e5a.tar.xz |
Don't remove the directory again, *config did it already
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
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; \ |