aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index b4493ecf0a..7272d922a7 100644
--- a/lib/System/Makefile
+++ b/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