diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-02 19:50:00 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-02 19:50:00 +0000 |
commit | 4ad19bf5b94593beff85cc0e1dfb2a6bb67bf3d3 (patch) | |
tree | c0fc0da28ee4417bae2d8b1d504f1ff77a68c2bd | |
parent | 9a0a518a211fa8de1d88b0010962a3d8fe14d4bc (diff) |
Fix name.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65865 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |