From: Sean Callanan Date: Tue, 2 Feb 2010 20:20:30 +0000 (+0000) Subject: ...and fixed the Makefile. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b788b3753bc9c73f6890fc89a409ddb59e477bb9;p=oota-llvm.git ...and fixed the Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95119 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 459be4e1fd6..c9b9ff231a6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -22,7 +22,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \ lli llvm-extract \ bugpoint llvm-bcanalyzer llvm-stub \ llvm-mc llvmc \ - ed + edis # Let users override the set of tools to build from the command line. ifdef ONLY_TOOLS