From f807c242141333353deb64f1afd4294fd57e58c2 Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 8 May 2009 20:44:47 +0000
Subject: clean up / fix various Host/Clean templates in tools/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 tools/ccache/Makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'tools/ccache')

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
-- 
cgit v1.2.3