Don't install FileCheck or FileUpdate
[oota-llvm.git] / utils / FileUpdate / Makefile
index 90fa6f02a28f998c52fae71ac8848672df24c717..5b545c207297f02be4e5b71cb22f3a2727568313 100644 (file)
@@ -14,5 +14,8 @@ USEDLIBS = LLVMSupport.a LLVMSystem.a
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
+# Don't install this utility
+NO_INSTALL = 1
+
 include $(LEVEL)/Makefile.common