summaryrefslogtreecommitdiff
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
commita4f6398eda015560d972b9778fb9e3132d471d1f (patch)
tree30dc0e0bb49544bf541bae571038dc2e95b66043 /tools/ccache
parentefceb0938c7a8c923668e7044250dabf63ca2fa7 (diff)
downloadmtk-20170518-a4f6398eda015560d972b9778fb9e3132d471d1f.zip
mtk-20170518-a4f6398eda015560d972b9778fb9e3132d471d1f.tar.gz
mtk-20170518-a4f6398eda015560d972b9778fb9e3132d471d1f.tar.bz2
fix ccache host installation (#4902)
SVN-Revision: 15165
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 db138c0..64108d7 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