Pass argc by value, not by reference, since it isn't modified.
[oota-llvm.git] / lib / Support / Makefile
index 7b263b79c8851a242a5ae213f1707eab085e0bd2..af2776cbfa3321b2aed1bb0ee2e4c0509b10e834 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/Support/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.
+# 
+##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-LIBRARYNAME = support
+LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common