From: Benjamin Kramer Date: Sun, 23 Oct 2011 08:38:37 +0000 (+0000) Subject: Reduce dependencies. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59283a001cf2b8f7aea90b2cac48b457dc531ef4;p=clang Reduce dependencies. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142742 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/diagtool/Makefile b/tools/diagtool/Makefile index 22d74110e4..6e3bcfc292 100644 --- a/tools/diagtool/Makefile +++ b/tools/diagtool/Makefile @@ -17,9 +17,8 @@ TOOL_NO_EXPORTS := 1 NO_INSTALL = 1 LINK_COMPONENTS := support - -USEDLIBS = clangCodeGen.a clangParse.a clangSema.a \ - clangAST.a clangLex.a clangBasic.a + +USEDLIBS = clangBasic.a include $(CLANG_LEVEL)/Makefile