Fix Makefile bug preventing tests from running when building lldb with ccache
authorDaniel Malea <daniel.malea@intel.com>
Tue, 19 Feb 2013 19:31:05 +0000 (19:31 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 19 Feb 2013 19:31:05 +0000 (19:31 +0000)
llvm-svn: 175547

lldb/test/Makefile

index b02f8b8..64e62af 100644 (file)
@@ -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))"