[cfe-commits] r125637 - /cfe/trunk/lib/StaticAnalyzer/Makefile

Argyrios Kyrtzidis akyrtzi at gmail.com
Tue Feb 15 17:40:55 PST 2011


Author: akirtzidis
Date: Tue Feb 15 19:40:55 2011
New Revision: 125637

URL: http://llvm.org/viewvc/llvm-project?rev=125637&view=rev
Log:
[analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Makefile

Modified: cfe/trunk/lib/StaticAnalyzer/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Makefile?rev=125637&r1=125636&r2=125637&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Makefile (original)
+++ cfe/trunk/lib/StaticAnalyzer/Makefile Tue Feb 15 19:40:55 2011
@@ -12,6 +12,7 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL := ../..
-PARALLEL_DIRS := Core Checkers Frontend
+DIRS := Checkers Frontend
+PARALLEL_DIRS := Core
 
 include $(CLANG_LEVEL)/Makefile





More information about the cfe-commits mailing list