Pass argc by value, not by reference, since it isn't modified.
[oota-llvm.git] / lib / Support / Makefile
index 0b6660408ac9e5145235c62a84eb7dd02b16a687..af2776cbfa3321b2aed1bb0ee2e4c0509b10e834 100644 (file)
@@ -6,8 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-LIBRARYNAME = support
+LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common