aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-17 18:31:01 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-17 18:31:01 +0000
commit4557e473c9e673e7e6f7063478f63a5b3c6c10b2 (patch)
treefbc09048f1d54704355c8493a2ffc603f91bf0c7 /lib/Makefile
parent9baa8b0be653159599263712ab316f6c923553d0 (diff)
Revert Sebastian's build-breaking patch.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 843b5740bb..4fca6249ba 100755
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,7 +9,7 @@
CLANG_LEVEL := ..
PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
- Checker Rewrite Serialization Frontend Index Driver
+ Checker Rewrite Frontend Index Driver
include $(CLANG_LEVEL)/Makefile