summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/FileCheck/Makefile3
-rw-r--r--utils/FileUpdate/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/utils/FileCheck/Makefile b/utils/FileCheck/Makefile
index 88b0296bf1..f1af5b649e 100644
--- a/utils/FileCheck/Makefile
+++ b/utils/FileCheck/Makefile
@@ -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
diff --git a/utils/FileUpdate/Makefile b/utils/FileUpdate/Makefile
index 90fa6f02a2..5b545c2072 100644
--- a/utils/FileUpdate/Makefile
+++ b/utils/FileUpdate/Makefile
@@ -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