diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-11 00:54:59 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-11 00:54:59 +0000 |
commit | 17e9acd0599e394b58313a9b123833d125c05737 (patch) | |
tree | 826aa14993aa6d7a65b1f5137b8156070bc5e2aa /projects | |
parent | de2a9432f9b4015959bd791866a2a1d838ca1688 (diff) |
Fix file header comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r-- | projects/Stacker/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 657f824201..5a99d70052 100644 --- a/projects/Stacker/lib/Makefile +++ b/projects/Stacker/lib/Makefile @@ -1,6 +1,6 @@ -##===- projects/sample/Makefile ----------------------------*- Makefile -*-===## +##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===## # -# This is a sample Makefile for a project that uses LLVM. +# Compile Stacker libraries # ##===----------------------------------------------------------------------===## |