X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=blobdiff_plain;f=tools%2FMakefile;fp=tools%2FMakefile;h=1c84d46b5ba2d666f4c7d92565c939dd9a027c1e;hp=186c6c4645b4bd1d4d10641adbb9429a343b6d5c;hb=66a62b896624939f8e33bcbd5c5639f53a29c289;hpb=27950ddc0e6069b64e40a8caf203b595a58f741b diff --git a/tools/Makefile b/tools/Makefile index 186c6c4645..1c84d46b5b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -89,7 +89,7 @@ ifneq ($(HOST_OS),Linux) endif ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) -$(foreach tool, $(filter-out patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) +$(foreach tool, $(filter-out xz patch,$(tools-y)), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) tools-y += ccache endif