Remove a fixme which was fixed in a previous commit.
[clang.git] / lib / Makefile
blobdbd0eb699ee1a1fc5b46f260d77fa9a45cba2f71
1 ##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 CLANG_LEVEL := ..
11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
12 Checker Rewrite Serialization Frontend FrontendTool Index Driver
14 include $(CLANG_LEVEL)/Makefile