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

Daniel Dunbar daniel at zuster.org
Fri Aug 21 00:28:33 PDT 2009


Author: ddunbar
Date: Fri Aug 21 02:28:33 2009
New Revision: 79604

URL: http://llvm.org/viewvc/llvm-project?rev=79604&view=rev
Log:
Don't install llvm-mc by default.

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=79604&r1=79603&r2=79604&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-mc/Makefile (original)
+++ llvm/trunk/tools/llvm-mc/Makefile Fri Aug 21 02:28:33 2009
@@ -12,6 +12,7 @@
 
 # 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