diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-16 01:40:55 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-16 01:40:55 +0000 |
commit | 682180bf823c315cf2d7f2bb866a310649dbb216 (patch) | |
tree | 806bcecf7f82570b4c7b85e595f7c36d507a4b4b | |
parent | 0b1ba6227c67d5e04b589ed8a08afa2345a40666 (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/Makefile | 3 |
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 |