summaryrefslogtreecommitdiff
path: root/tools/llvm-size/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-size/Makefile')
-rw-r--r--tools/llvm-size/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/llvm-size/Makefile b/tools/llvm-size/Makefile
index 5d0e27ed16..0622eb1089 100644
--- a/tools/llvm-size/Makefile
+++ b/tools/llvm-size/Makefile
@@ -6,10 +6,10 @@
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = llvm-size
-LINK_COMPONENTS = object
+LEVEL := ../..
+TOOLNAME := llvm-size
+LINK_COMPONENTS := object
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1