X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2FMakefile;h=60041ddc31a8ac5e55f8126895f4f8149079992c;hb=bb2b13ecae48669f86660747381f0a1f8015d803;hp=8b5dd6c5207945826085a65636f3a30609e8eb79;hpb=0fc59fbed1a797c8bd6072d1f5df15d37c6e3cd4;p=openwrt-working-2016%2F.git diff --git a/tools/Makefile b/tools/Makefile index 8b5dd6c520..60041ddc31 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -73,7 +73,7 @@ $(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) -$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) +$(foreach tool, $(filter-out patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) tools-y += ccache endif