From 27a6c1ed9130782f44003c3e603db0d5623a24fc Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 9 Aug 2012 20:47:32 +0000 Subject: Use parallel dirs here, there shouldn't be cross-tool dependencies anyways. Also place it after the config makefile inclusion which seems the more canonical location. llvm-svn: 161613 --- clang-tools-extra/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clang-tools-extra/Makefile') diff --git a/clang-tools-extra/Makefile b/clang-tools-extra/Makefile index 62814faf6fa..fef0376fca0 100644 --- a/clang-tools-extra/Makefile +++ b/clang-tools-extra/Makefile @@ -8,10 +8,11 @@ ##===----------------------------------------------------------------------===## CLANG_LEVEL := ../.. -DIRS := remove-cstr-calls include $(CLANG_LEVEL)/../../Makefile.config +PARALLEL_DIRS := remove-cstr-calls + include $(CLANG_LEVEL)/Makefile ### -- cgit v1.2.1