[analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.

llvm-svn: 125637
This commit is contained in:
Argyrios Kyrtzidis 2011-02-16 01:40:55 +00:00
parent 9d4d4f9104
commit 034d68e97d
1 changed files with 2 additions and 1 deletions

View File

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