summaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-09 13:16:57 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-09 13:16:57 +0000
commit12d07c19622225278b3386d395d3a6e9daa98173 (patch)
tree87113254c12275efd507c646bab822057aaf3294 /tools/ccache
parent5bc450051be79bfae37ad1f185c4d2fb315d7fd7 (diff)
[tools] fix ccache host installation (#4902)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/ccache')
-rw-r--r--tools/ccache/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index db138c019..64108d72f 100644
--- 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