[mips] Add assembler support for .set msa/nomsa directive.
[oota-llvm.git] / tools / bugpoint-passes / Makefile
index b4ad3e4ad3b0eca2365865d98bc2d1281e583beb..61f96bc338590f29b957d5a364bf57ed04cb4da5 100644 (file)
@@ -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.