瀏覽代碼

fix ccache installation (#3942)

SVN-Revision: 12515
Felix Fietkau 17 年之前
父節點
當前提交
a6fdbbabdd
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      tools/ccache/Makefile

+ 1 - 3
tools/ccache/Makefile

@@ -23,9 +23,7 @@ ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)
   endef
   endef
 
 
   define Build/Install
   define Build/Install
-	$(MAKE) -C $(PKG_BUILD_DIR) \
-		DESTDIR="$(STAGING_DIR_HOST)" \
-		install
+	$(MAKE) -C $(PKG_BUILD_DIR) install
   endef
   endef
 
 
   define Build/Clean
   define Build/Clean