build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
[oota-llvm.git] / tools / llvm-cov / Makefile
index bd9fa2ad3d92c11d0afa0376d601e3c2f5a2971b..2d47ce4d4b65a9c3cc5c7ddc9356fcc056350c7a 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-cov
+LEVEL := ../..
+TOOLNAME := llvm-cov
 LINK_COMPONENTS := instrumentation
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common