summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-23 17:59:43 +0000
committerChris Lattner <sabre@nondot.org>2003-11-23 17:59:43 +0000
commitafec3dc21fe8346ecd2ccf182db74562c89efe03 (patch)
treec840255e380e3e23ea6f54031b7b079d11b76a2b /projects
parent42cb6df6a1f430ca0d6a9b25c4ee33e497d6fbfa (diff)
downloadllvm-afec3dc21fe8346ecd2ccf182db74562c89efe03.tar.gz
llvm-afec3dc21fe8346ecd2ccf182db74562c89efe03.tar.bz2
llvm-afec3dc21fe8346ecd2ccf182db74562c89efe03.tar.xz
Fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/tools/Makefile b/projects/Stacker/tools/Makefile
index f1de59f27a..b7b806276b 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
#
##===----------------------------------------------------------------------===##