summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89ca7d38b..ed1e34db4 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
distclean: dirclean config-clean
- rm -rf dl .*config* .pkg* .prereq ccache_*
+ rm -rf dl .*config* .pkg* .prereq
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;