X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2FMakefile;h=60041ddc31a8ac5e55f8126895f4f8149079992c;hb=9402cb747ef51c43046b7159061afb50a4302f3b;hp=8b5dd6c5207945826085a65636f3a30609e8eb79;hpb=38dbf49b61c56aee551bf425e8e47e7cfa12be36;p=openwrt%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