aboutsummaryrefslogtreecommitdiffstats
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
commit5059dc11a4a08ca9c17878225fe40883a65d75ac (patch)
tree4018c398d90e6926b05f6576cac78f0a583385f8 /tools/ccache
parentd9e2b41c44083498deb6674b6ff403339c7712fc (diff)
downloadmaster-187ad058-5059dc11a4a08ca9c17878225fe40883a65d75ac.tar.gz
master-187ad058-5059dc11a4a08ca9c17878225fe40883a65d75ac.tar.bz2
master-187ad058-5059dc11a4a08ca9c17878225fe40883a65d75ac.zip
fix ccache installation (#3942)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 471922c88f..50714ad7d9 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