Don't install FileCheck or FileUpdate
authorDouglas Gregor <dgregor@apple.com>
Sun, 23 Aug 2009 04:39:38 +0000 (04:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 23 Aug 2009 04:39:38 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79820 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/Makefile
utils/FileUpdate/Makefile

index 88b0296bf12439ceced9129da067c0d6acce1f21..f1af5b649e7aba64706901a6eda1b21ae0db0895 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
 
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