[TableGen] Remove unnecessary include and just forward declare. NFC
[oota-llvm.git] / tools / llvm-bcanalyzer / Makefile
index 488387d5da24b204ec445a9609f903af6851740f..2fc61dbd62a7d5b8927e965c0e8c310f6e038399 100644 (file)
@@ -6,12 +6,12 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-bcanalyzer
+LEVEL := ../..
+TOOLNAME := llvm-bcanalyzer
 LINK_COMPONENTS := bitreader
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common