From 9402cb747ef51c43046b7159061afb50a4302f3b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 20 Jul 2015 10:50:46 +0000 Subject: tools: drop circular dependency between patch and ccache, build patch without ccache (fixes #20132) Signed-off-by: Felix Fietkau SVN-Revision: 46434 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3