diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-13 21:15:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-13 21:15:19 +0000 |
commit | cdbb9d246c4a1a6400aa7f5475c6670a2b2d404d (patch) | |
tree | 901411d514a242f6bb5e9f48f653a218ef75261a /llvm/tools/llvm-ld | |
parent | eafdda000c2c1715b885b14f59a07ffbc31e212f (diff) | |
download | bcm5719-llvm-cdbb9d246c4a1a6400aa7f5475c6670a2b2d404d.tar.gz bcm5719-llvm-cdbb9d246c4a1a6400aa7f5475c6670a2b2d404d.zip |
Change banner name to reflect actual program this Makefile is for.
llvm-svn: 16311
Diffstat (limited to 'llvm/tools/llvm-ld')
-rw-r--r-- | llvm/tools/llvm-ld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ld/Makefile b/llvm/tools/llvm-ld/Makefile index 2c649626320..6d9b76abc88 100644 --- a/llvm/tools/llvm-ld/Makefile +++ b/llvm/tools/llvm-ld/Makefile @@ -1,4 +1,4 @@ -##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===## +##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |