diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-09 13:16:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-09 13:16:57 +0000 |
commit | bb2a858f834dd6470601b388b5b304ae87e1c019 (patch) | |
tree | 87113254c12275efd507c646bab822057aaf3294 /tools/ccache/Makefile | |
parent | e28453010e61132082fed2f2e3d4a9f3bdf9f2c5 (diff) | |
download | upstream-bb2a858f834dd6470601b388b5b304ae87e1c019.tar.gz upstream-bb2a858f834dd6470601b388b5b304ae87e1c019.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | tools/ccache/Makefile | 2 |
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 |