fix ccache installation (#3942)

SVN-Revision: 12515
This commit is contained in:
Felix Fietkau 2008-09-03 13:42:54 +00:00
parent c6736f006e
commit a6fdbbabdd
1 changed files with 1 additions and 3 deletions

View File

@ -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