X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint-passes%2FMakefile;h=61f96bc338590f29b957d5a364bf57ed04cb4da5;hb=1c211640e53226540cd403948f5dd89c36c4beb8;hp=b4ad3e4ad3b0eca2365865d98bc2d1281e583beb;hpb=f47d709e66fd04d790e56f726c295056e4a8208e;p=oota-llvm.git diff --git a/tools/bugpoint-passes/Makefile b/tools/bugpoint-passes/Makefile index b4ad3e4ad3b..61f96bc3385 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.