diff options
-rw-r--r-- | lib/Frontend/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Frontend/Makefile b/lib/Frontend/Makefile index d009cffea0..70edfd5230 100644 --- a/lib/Frontend/Makefile +++ b/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 |