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