From: Chris Lattner Date: Sun, 23 Nov 2003 17:59:43 +0000 (+0000) Subject: Fix file header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=afec3dc21fe8346ecd2ccf182db74562c89efe03;p=oota-llvm.git Fix file header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/tools/Makefile b/projects/Stacker/tools/Makefile index f1de59f27a0..b7b806276ba 100644 --- a/projects/Stacker/tools/Makefile +++ b/projects/Stacker/tools/Makefile @@ -1,6 +1,6 @@ -##===- projects/sample/Makefile ----------------------------*- Makefile -*-===## +##===- projects/Stacker/tools/Makefile ---------------------*- Makefile -*-===## # -# This is a sample Makefile for a project that uses LLVM. +# This is the stacker tools makefile # ##===----------------------------------------------------------------------===##