[llvm-commits] [llvm] r95119 - /llvm/trunk/tools/Makefile
Sean Callanan
scallanan at apple.com
Tue Feb 2 12:20:30 PST 2010
Author: spyffe
Date: Tue Feb 2 14:20:30 2010
New Revision: 95119
URL: http://llvm.org/viewvc/llvm-project?rev=95119&view=rev
Log:
..and fixed the Makefile.
Modified:
llvm/trunk/tools/Makefile
Modified: llvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=95119&r1=95118&r2=95119&view=diff
==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Tue Feb 2 14:20:30 2010
@@ -22,7 +22,7 @@
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
More information about the llvm-commits
mailing list