From 8a190092afce14008670d975546258ec14ebb709 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 17 Nov 2014 21:06:38 +0000 Subject: [PATCH] Fix the autoconf build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222173 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Linker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1