Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / tools / llvm-ar / Makefile
index 686ffd4323b5a1a3414668bc1caa62cef8bef974..fafb14bc12a1705bf73be69b2ff52329c96c715b 100644 (file)
@@ -6,13 +6,12 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llvm-ar
+LINK_COMPONENTS := archive
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common