From 9d6c77d071308e13370e8c02f4d13b16c8e7c81c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 11 Oct 2004 00:54:59 +0000 Subject: [PATCH] Fix file header comment llvm-svn: 16907 --- projects/Stacker/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Stacker/lib/Makefile b/projects/Stacker/lib/Makefile index 657f8242011..5a99d700526 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 # ##===----------------------------------------------------------------------===##