From: Rafael Espindola Date: Fri, 17 May 2013 23:20:58 +0000 (+0000) Subject: Fix the configure build. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=637cb17a3d65b46f48ae8dfd012057e6c9d00c2b Fix the configure build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182172 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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