X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fccache%2FMakefile;h=50714ad7d9517c6d8e83f937d290f7ba79c3792c;hb=1238a16310dd744d1025c1fbf9af950664f3a157;hp=471922c88f103112554786410782eebd49f6b6fc;hpb=12c49b6a6adbbcb0c7a19119c8a8c94b5f025f79;p=openwrt-10.03%2F.git 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