Add support for addmod to mri scripts.
[oota-llvm.git] / tools / llvm-dis / Makefile
index be711000861d1cd5eda8d394a2cf824ffe7c53b5..aeeeed0d68c9f94a9fae1cc835b37803ad375934 100644 (file)
@@ -6,12 +6,12 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-dis
+LEVEL := ../..
+TOOLNAME := llvm-dis
 LINK_COMPONENTS := bitreader analysis
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common