summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-02-02 20:20:30 +0000
committerSean Callanan <scallanan@apple.com>2010-02-02 20:20:30 +0000
commitb788b3753bc9c73f6890fc89a409ddb59e477bb9 (patch)
treedd8b3f6c4c9d487d8e6ed3fe1c4e112dab81ed62 /tools/Makefile
parent59b9c8879bebdbf0f745af0129abb51284867729 (diff)
downloadllvm-b788b3753bc9c73f6890fc89a409ddb59e477bb9.tar.gz
llvm-b788b3753bc9c73f6890fc89a409ddb59e477bb9.tar.bz2
llvm-b788b3753bc9c73f6890fc89a409ddb59e477bb9.tar.xz
...and fixed the Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 459be4e1fd..c9b9ff231a 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