From 42f1d8f1518db418368b9e4f169d94dc7c0d2f9d Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 3 Sep 2008 13:42:54 +0000 Subject: fix ccache installation (#3942) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/ccache/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/ccache') diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 471922c88..50714ad7d 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 -- cgit v1.2.3