Explorar o código

fix ccache installation (#3942)

SVN-Revision: 12515
Felix Fietkau %!s(int64=17) %!d(string=hai) anos
pai
achega
a6fdbbabdd
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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
 
   define Build/Install
-	$(MAKE) -C $(PKG_BUILD_DIR) \
-		DESTDIR="$(STAGING_DIR_HOST)" \
-		install
+	$(MAKE) -C $(PKG_BUILD_DIR) install
   endef
 
   define Build/Clean