X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/12c49b6a6adbbcb0c7a19119c8a8c94b5f025f79..38ab317f9ef248c64595082593860b1ab18aa90f:/tools/ccache/Makefile 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