aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-16 01:40:55 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-16 01:40:55 +0000
commit682180bf823c315cf2d7f2bb866a310649dbb216 (patch)
tree806bcecf7f82570b4c7b85e595f7c36d507a4b4b
parent0b1ba6227c67d5e04b589ed8a08afa2345a40666 (diff)
[analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/StaticAnalyzer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Makefile b/lib/StaticAnalyzer/Makefile
index a23554de21..c166f063f9 100644
--- a/lib/StaticAnalyzer/Makefile
+++ b/lib/StaticAnalyzer/Makefile
@@ -12,6 +12,7 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
-PARALLEL_DIRS := Core Checkers Frontend
+DIRS := Checkers Frontend
+PARALLEL_DIRS := Core
include $(CLANG_LEVEL)/Makefile