diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-25 06:23:45 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-25 06:23:45 +0000 |
commit | ebb91dcfe7b7d381bdbd60165e3db058ea3e1af0 (patch) | |
tree | 3d3d29d041a2ba5e4ce79f6bc323fa449d166494 /llvm/lib | |
parent | 814ba578ba3d8669ea9e18f11db82af978744b2c (diff) | |
download | bcm5719-llvm-ebb91dcfe7b7d381bdbd60165e3db058ea3e1af0.tar.gz bcm5719-llvm-ebb91dcfe7b7d381bdbd60165e3db058ea3e1af0.zip |
Fix documentation.
Make the library name LLVMsystem instead of just system so as to not
to be confused with other "system" libraries.
llvm-svn: 16049
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/System/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/System/Makefile b/llvm/lib/System/Makefile index b4493ecf0a1..7272d922a71 100644 --- a/llvm/lib/System/Makefile +++ b/llvm/lib/System/Makefile @@ -1,13 +1,13 @@ -##===- lib/Bytecode/Reader/Makefile ------------------------*- Makefile -*-===## +##===- lib/System/Makefile ---------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file was developed by Reid Spencer and is distributed under the +# University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. -LIBRARYNAME = system +LIBRARYNAME = LLVMsystem BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |