Re: [coreboot] [PATCH 1/3] Fix ccache behaviour if more than one ccache in PATH

2011-05-20 Thread Stefan Reinauer
* Patrick Georgi [110520 13:54]: > > Signed-off-by: Patrick Georgi > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Acked-by: Stefan Reinauer -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [PATCH 1/3] Fix ccache behaviour if more than one ccache in PATH

2011-05-20 Thread Patrick Georgi
Signed-off-by: Patrick Georgi --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index ac7115d..33e3573 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ endif endif ifeq ($(CONFIG_CCACHE),y) -CCACHE:=$(wildcard $(addsuffix /ccac