summaryrefslogtreecommitdiff
path: root/tools/ccache
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-03 13:42:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-03 13:42:54 +0000
commita6fdbbabdd591c4118323a2b4c3becdb7888f89a (patch)
tree8fc7d89e30a87f38b8e3084b89b2c620a3269633 /tools/ccache
parentc6736f006ee59c4aaa4fba7f23c81b3da5e042c4 (diff)
downloadmtk-20170518-a6fdbbabdd591c4118323a2b4c3becdb7888f89a.zip
mtk-20170518-a6fdbbabdd591c4118323a2b4c3becdb7888f89a.tar.gz
mtk-20170518-a6fdbbabdd591c4118323a2b4c3becdb7888f89a.tar.bz2
fix ccache installation (#3942)
SVN-Revision: 12515
Diffstat (limited to 'tools/ccache')
-rw-r--r--tools/ccache/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 471922c..50714ad 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -23,9 +23,7 @@ ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
endef
define Build/Install
- $(MAKE) -C $(PKG_BUILD_DIR) \
- DESTDIR="$(STAGING_DIR_HOST)" \
- install
+ $(MAKE) -C $(PKG_BUILD_DIR) install
endef
define Build/Clean