From: Geoff Levand <[email protected]>

This fixes building on hosts that already have ccache installed.

Fixes build errors like these:

  make[4]: Entering directory `build_dir/host/ccache-2.4'
  make[4]: *** No rule to make target `install'.  Stop.

Signed-off-by: Geoff Levand <[email protected]>
---
Some recent change seems to have broke this.  I didn't
look to see what did.

-Geoff 

 tools/ccache/Makefile |    2 ++
 1 file changed, 2 insertions(+)

--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -38,6 +38,8 @@ else
   endef
   define Host/Compile
   endef
+  define Host/Install
+  endef
   define Host/Clean
   endef
 endif



_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to