aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit3c45af467b7168cb20bf868530781fca1dca12fe (patch)
treedd8b3f6c4c9d487d8e6ed3fe1c4e112dab81ed62 /tools
parentef086c5182a87a376e9c4203f1d51c28925cc00e (diff)
downloadexternal_llvm-3c45af467b7168cb20bf868530781fca1dca12fe.zip
external_llvm-3c45af467b7168cb20bf868530781fca1dca12fe.tar.gz
external_llvm-3c45af467b7168cb20bf868530781fca1dca12fe.tar.bz2
...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')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 459be4e..c9b9ff2 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