[llvm-commits] CVS: llvm/lib/System/Makefile

Reid Spencer reid at x10sys.com
Tue Aug 24 23:23:55 PDT 2004



Changes in directory llvm/lib/System:

Makefile updated: 1.3 -> 1.4
---
Log message:

Fix documentation.
Make the library name LLVMsystem instead of just system so as to not
to be confused with other "system" libraries.


---
Diffs of the changes:  (+4 -4)

Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.3 llvm/lib/System/Makefile:1.4
--- llvm/lib/System/Makefile:1.3	Wed Aug 25 01:19:01 2004
+++ llvm/lib/System/Makefile	Wed Aug 25 01:23:45 2004
@@ -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






More information about the llvm-commits mailing list