Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / tools / llvm-ar / Makefile
index 73aabbb21acbe5dd48a8c4ce4de0a54874925b6b..fafb14bc12a1705bf73be69b2ff52329c96c715b 100644 (file)
@@ -1,6 +1,17 @@
-LEVEL = ../..
+##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 
-TOOLNAME = llvm-ar 
-USEDLIBS = bcreader vmcore support.a
+LEVEL := ../..
+TOOLNAME := llvm-ar
+LINK_COMPONENTS := archive
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common