From 637cb17a3d65b46f48ae8dfd012057e6c9d00c2b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 17 May 2013 23:20:58 +0000 Subject: [PATCH] Fix the configure build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182172 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/yaml2obj/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yaml2obj/Makefile b/tools/yaml2obj/Makefile index cb6f47724b6..88017954087 100644 --- a/tools/yaml2obj/Makefile +++ b/tools/yaml2obj/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = yaml2obj -LINK_COMPONENTS := support +LINK_COMPONENTS := object # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 -- 2.34.1