summaryrefslogtreecommitdiff
path: root/tools/llvm-ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r--tools/llvm-ld/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile
index 1ef9bf1174..2ec6e0a43a 100644
--- a/tools/llvm-ld/Makefile
+++ b/tools/llvm-ld/Makefile
@@ -7,9 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-
-TOOLNAME = llvm-ld
-LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
+LEVEL := ../..
+TOOLNAME := llvm-ld
+LINK_COMPONENTS := ipo scalaropts linker archive bitwriter
include $(LEVEL)/Makefile.common