[llvm-commits] [llvm] r105837 - /llvm/trunk/tools/llvm-mc/Makefile

Daniel Dunbar daniel at zuster.org
Fri Jun 11 15:00:08 PDT 2010


Author: ddunbar
Date: Fri Jun 11 17:00:08 2010
New Revision: 105837

URL: http://llvm.org/viewvc/llvm-project?rev=105837&view=rev
Log:
llvm-mc: Don't set NO_INSTALL on llvm-mc.

Modified:
    llvm/trunk/tools/llvm-mc/Makefile

Modified: llvm/trunk/tools/llvm-mc/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mc/Makefile?rev=105837&r1=105836&r2=105837&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mc/Makefile (original)
+++ llvm/trunk/tools/llvm-mc/Makefile Fri Jun 11 17:00:08 2010
@@ -12,7 +12,6 @@
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
-NO_INSTALL = 1
 
 # Include this here so we can get the configuration of the targets
 # that have been configured for construction. We have to do this 





More information about the llvm-commits mailing list