summaryrefslogtreecommitdiff
path: root/tools/bugpoint-passes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint-passes/Makefile')
-rw-r--r--tools/bugpoint-passes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bugpoint-passes/Makefile b/tools/bugpoint-passes/Makefile
index b4ad3e4ad3..61f96bc338 100644
--- a/tools/bugpoint-passes/Makefile
+++ b/tools/bugpoint-passes/Makefile
@@ -7,10 +7,10 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-LIBRARYNAME = BugpointPasses
-LOADABLE_MODULE = 1
-USEDLIBS =
+LEVEL := ../..
+LIBRARYNAME := BugpointPasses
+LOADABLE_MODULE := 1
+USEDLIBS :=
# If we don't need RTTI or EH, there's no reason to export anything
# from this plugin.