From f745d9534767f271c84eb842ef4c4979f637882a Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 12 Jul 2013 20:45:01 +0000 Subject: fix autoconf build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186200 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-ar/Makefile') diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 9e782cfca5..15fb0900c2 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-ar -LINK_COMPONENTS := bitreader support +LINK_COMPONENTS := bitreader support object # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 -- cgit v1.2.3