X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/12d07c19622225278b3386d395d3a6e9daa98173..537ae0547deccf9e7fbae709e2018e3ac82e3c94:/tools/ccache/Makefile?ds=sidebyside

diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 64108d72f..f19c9337f 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