build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
[oota-llvm.git] / tools / llvm-ar / Makefile
index 686ffd4323b5a1a3414668bc1caa62cef8bef974..6ee6f34942d751f8a1d00e8beaa286fa552d342d 100644 (file)
@@ -6,13 +6,13 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive
+LEVEL := ../..
+TOOLNAME := llvm-ar
+LINK_COMPONENTS := archive
 REQUIRES_EH := 1
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common