From e67286641e2ff754adf6077d043814b5bee3c7e9 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 --- llvm/projects/Stacker/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/projects/Stacker/lib/Makefile b/llvm/projects/Stacker/lib/Makefile index 657f8242011e..5a99d7005269 100644 --- a/llvm/projects/Stacker/lib/Makefile +++ b/llvm/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 # ##===----------------------------------------------------------------------===##