[coldfire]: 2.6.31 support (WiP)
[openwrt.git] / tools / ccache / Makefile
index db138c0..f19c933 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
This page took 0.023456 seconds and 4 git commands to generate.