aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-09 13:16:57 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-09 13:16:57 +0000
commitbb2a858f834dd6470601b388b5b304ae87e1c019 (patch)
tree87113254c12275efd507c646bab822057aaf3294 /tools/ccache
parente28453010e61132082fed2f2e3d4a9f3bdf9f2c5 (diff)
downloadmaster-187ad058-bb2a858f834dd6470601b388b5b304ae87e1c019.tar.gz
master-187ad058-bb2a858f834dd6470601b388b5b304ae87e1c019.tar.bz2
master-187ad058-bb2a858f834dd6470601b388b5b304ae87e1c019.zip
[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 db138c0190..64108d72f9 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