]> granicus.if.org Git - clang/commitdiff
[analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 16 Feb 2011 01:40:55 +0000 (01:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 16 Feb 2011 01:40:55 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125637 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Makefile

index a23554de21dc1637da3a2cb0d85a4505961a314d..c166f063f9259191bed360615c0be771a39ee150 100644 (file)
@@ -12,6 +12,7 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL := ../..
-PARALLEL_DIRS := Core Checkers Frontend
+DIRS := Checkers Frontend
+PARALLEL_DIRS := Core
 
 include $(CLANG_LEVEL)/Makefile