summaryrefslogtreecommitdiffstats
path: root/tools/ccache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ccache/Makefile')
-rw-r--r--tools/ccache/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 64108d72f9..f19c9337fb 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -28,7 +28,6 @@ ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
- -$(MAKE) -C $(HOST_BUILD_DIR) clean
$(call Host/Clean/Default)
endef
else