X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-mc%2FMakefile;h=b147fadb5747b956122cf9b8bdf5bc3ef0fdbec8;hb=2c7f24d654e2852a5005dc965a9a253476500cdf;hp=3c327dac1e977e668c3f27e4f3dbf14d9d3a7ec2;hpb=cbc23f75cd8cd6889fd02f65b63f6c02512460bd;p=oota-llvm.git diff --git a/tools/llvm-mc/Makefile b/tools/llvm-mc/Makefile index 3c327dac1e9..b147fadb574 100644 --- a/tools/llvm-mc/Makefile +++ b/tools/llvm-mc/Makefile @@ -7,11 +7,11 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = llvm-mc -LINK_COMPONENTS := support MC +LEVEL := ../.. +TOOLNAME := llvm-mc +LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common