From 78873a3f66985be6c18b721ad28b7a21826a6a43 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. llvm-svn: 222173 --- llvm/unittests/Linker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/Linker/Makefile b/llvm/unittests/Linker/Makefile index c6058c4..ddbce07 100644 --- a/llvm/unittests/Linker/Makefile +++ b/llvm/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.7.4