summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Frontend/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/lib/Frontend/Makefile b/clang/lib/Frontend/Makefile
index d009cffea08..70edfd5230a 100644
--- a/clang/lib/Frontend/Makefile
+++ b/clang/lib/Frontend/Makefile
@@ -1,4 +1,4 @@
-##===- clang/lib/Analysis/Makefile -------------------------*- Makefile -*-===##
+##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,10 +6,6 @@
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-#
-# This implements analyses built on top of source-level CFGs.
-#
-##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME := clangFrontend
OpenPOWER on IntegriCloud