X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fllvm-as%2FMakefile;h=689e2684aeee82a45819f6aca75af5fd6c89e9b5;hb=86d341b204171d53a470c361ee58811bfc22bf1a;hp=28e90f620ec07fcb1ed48c5442aa92967a5f7e40;hpb=e2fab734ade8a2e3e8679c11cac7236b920d567b;p=oota-llvm.git diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index 28e90f620ec..689e2684aee 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-as -USEDLIBS = asmparser bcwriter vmcore support.a +USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a include $(LEVEL)/Makefile.common