aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Rewrite/Makefile')
-rw-r--r--lib/Rewrite/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/Rewrite/Makefile b/lib/Rewrite/Makefile
index 0be84d406405..5fef9b2c0d38 100644
--- a/lib/Rewrite/Makefile
+++ b/lib/Rewrite/Makefile
@@ -1,4 +1,4 @@
-##===- clang/lib/StaticAnalyzer/Makefile -------------------*- Makefile -*-===##
+##===- clang/lib/Rewrite/Makefile --------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,9 +6,13 @@
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+#
+# This implements code transformation / rewriting facilities.
+#
+##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
-DIRS := Frontend
-PARALLEL_DIRS := Core
+LIBRARYNAME := clangRewrite
include $(CLANG_LEVEL)/Makefile
+