aboutsummaryrefslogtreecommitdiff
path: root/tools/index-test/Makefile
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-12-01 12:49:04 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-12-01 12:49:04 +0000
commit360f075fc654e510e84a4c24e9cee08e2c8ea644 (patch)
treea71aad0fe9912b9c48cd1917aace4c845bdb7f6e /tools/index-test/Makefile
parent521bf9c529e653ab28896d027352d3e16e2672d5 (diff)
fix build on linux
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/index-test/Makefile')
-rw-r--r--tools/index-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/index-test/Makefile b/tools/index-test/Makefile
index 8e7bfe5540..95c3dd073a 100644
--- a/tools/index-test/Makefile
+++ b/tools/index-test/Makefile
@@ -19,7 +19,7 @@ TOOL_NO_EXPORTS = 1
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := bitreader mc
-USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangAnalysis.a clangSema.a \
+USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a clangAnalysis.a \
clangAST.a clangParse.a clangLex.a clangBasic.a
include $(LLVM_SRC_ROOT)/Makefile.rules