From 17e9acd0599e394b58313a9b123833d125c05737 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16907 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 # ##===----------------------------------------------------------------------===## -- 2.34.1