From: Rafael Espindola Date: Mon, 17 Nov 2014 21:06:38 +0000 (+0000) Subject: Fix the autoconf build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a190092afce14008670d975546258ec14ebb709;p=oota-llvm.git Fix the autoconf build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222173 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Linker/Makefile b/unittests/Linker/Makefile index c6058c4d60d..ddbce07d4a4 100644 --- a/unittests/Linker/Makefile +++ b/unittests/Linker/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Linker -LINK_COMPONENTS := core linker +LINK_COMPONENTS := core linker asmparser include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest