From 14c225e6f6de599a79a2be647e63ea3e72e0421f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Sep 2004 21:15:19 +0000 Subject: [PATCH] Change banner name to reflect actual program this Makefile is for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16311 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 2c649626320..6d9b76abc88 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -1,4 +1,4 @@ -##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===## +##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -- 2.34.1