...and fixed the Makefile.
authorSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 20:20:30 +0000 (20:20 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 20:20:30 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95119 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 459be4e1fd67a8314fe9a08ddbb814fedb3e0e30..c9b9ff231a6d8bec9a95a0221ecd2c6684e9b4f0 100644 (file)
@@ -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