From: Florian Fainelli Date: Thu, 9 Apr 2009 13:16:57 +0000 (+0000) Subject: fix ccache host installation (#4902) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=a4f6398eda015560d972b9778fb9e3132d471d1f fix ccache host installation (#4902) SVN-Revision: 15165 --- 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