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 | a4f6398eda015560d972b9778fb9e3132d471d1f (patch) | |
tree | 30dc0e0bb49544bf541bae571038dc2e95b66043 | |
parent | efceb0938c7a8c923668e7044250dabf63ca2fa7 (diff) | |
download | upstream-a4f6398eda015560d972b9778fb9e3132d471d1f.tar.gz upstream-a4f6398eda015560d972b9778fb9e3132d471d1f.tar.bz2 upstream-a4f6398eda015560d972b9778fb9e3132d471d1f.zip |
fix ccache host installation (#4902)
SVN-Revision: 15165
-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 |