X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2FMakefile;fp=tools%2FMakefile;h=7d4ab01ce59ed36942f982647767843cf320ca9d;hp=c9292391751cb46a2dc2e80590c3f85e98c53f11;hb=ba1835fd8080f3a9b52450e56c6d59f7cc1c14fc;hpb=5ec95c902ffff6688454a6f78d0a51d5d82a9cf2 diff --git a/tools/Makefile b/tools/Makefile index c929239175..7d4ab01ce5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -72,7 +72,7 @@ $(curdir)/findutils/compile := $(curdir)/bison/install $(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install -ifneq ($(CONFIG_CCACHE),) +ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) tools-y += ccache endif