summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-02-16 02:41:59 +0000
committerDavid Schleef <ds@schleef.org>2002-02-16 02:41:59 +0000
commit29f7a71028a9f9fb5b92338929c7c0f3ba98bd92 (patch)
tree05f2c40295688e0826434f670d10c048d1d6be5a /Makefile
parent277f85d1ddae4fb204604fa9fcceb78a7c4eeb82 (diff)
Additionally remove libc/tmp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 296135eab..0c6dd7a6e 100644
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ finished2:
distclean clean:
- @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h
+ @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h libc/tmp
- find include -type l -exec rm -f {} \;
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
$(MAKE) -C test clean