From: Felix Fietkau Date: Wed, 3 Sep 2008 13:42:54 +0000 (+0000) Subject: fix ccache installation (#3942) X-Git-Tag: reboot~25631 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a6fdbbabdd591c4118323a2b4c3becdb7888f89a fix ccache installation (#3942) SVN-Revision: 12515 --- 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