From: florian Date: Thu, 9 Apr 2009 13:16:57 +0000 (+0000) Subject: [tools] fix ccache host installation (#4902) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=12d07c19622225278b3386d395d3a6e9daa98173 [tools] fix ccache host installation (#4902) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15165 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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