From: Argyrios Kyrtzidis Date: Wed, 16 Feb 2011 01:40:55 +0000 (+0000) Subject: [analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682180bf823c315cf2d7f2bb866a310649dbb216;p=clang [analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125637 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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