Fix the configure build.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 May 2013 23:20:58 +0000 (23:20 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 May 2013 23:20:58 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182172 91177308-0d34-0410-b5e6-96231b3b80d8

tools/yaml2obj/Makefile

index cb6f47724b6923928539e0d33efa9d19238a642f..88017954087a913b92ffb40f71399f95115cd3eb 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = yaml2obj
 
 LEVEL = ../..
 TOOLNAME = yaml2obj
-LINK_COMPONENTS := support
+LINK_COMPONENTS := object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1