From d6915b42ff9c01922cf40391d8386de934864f98 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Tue, 19 Feb 2013 19:31:05 +0000 Subject: [PATCH] Fix Makefile bug preventing tests from running when building lldb with ccache llvm-svn: 175547 --- lldb/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Makefile b/lldb/test/Makefile index b02f8b8..64e62af 100644 --- a/lldb/test/Makefile +++ b/lldb/test/Makefile @@ -30,4 +30,4 @@ clean:: #---------------------------------------------------------------------- check-local:: rm -rf lldb-test-traces - python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -C $(CC)" + python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -C $(subst ccache,,$(CC))" -- 2.7.4