build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 46a10e644662adea5340d4d7e5f8c645d0d42562..36195f4399ec4815a9bb030786148b67cabcbce8 100644 (file)
@@ -7,12 +7,12 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive
+LEVEL := ../..
+TOOLNAME := llvm-ranlib
+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