From: Rafael Espindola Date: Thu, 13 Nov 2014 17:12:19 +0000 (+0000) Subject: Fix the other build system. X-Git-Tag: android-x86-7.1-r4~55539 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb11e5616806c607dcc3e230ec45b7857c36d809;p=android-x86%2Fexternal-llvm.git Fix the other build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/MC/Makefile b/unittests/MC/Makefile index 775116dc4f6..3f8d1ef9555 100644 --- a/unittests/MC/Makefile +++ b/unittests/MC/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = MC -LINK_COMPONENTS := Object +LINK_COMPONENTS := all-targets MCDisassembler Object include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest