1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

fix ccache installation (#3942)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-09-03 13:42:54 +00:00
parent cac3130d22
commit 42f1d8f151

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