[backfire] switch back to LuCI 0.10 branch for post-release fixes
[openwrt-10.03/.git] / tools / ccache / Makefile
index db138c01905e3b558c64ab28a32cefb964784f62..f19c9337fb2c8910dffe4859aa687e9c0b6403fa 100644 (file)
@@ -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
@@ -38,6 +37,8 @@ else
   endef
   define Host/Compile
   endef
+  define Host/Install
+  endef
   define Host/Clean
   endef
 endif