summaryrefslogtreecommitdiff
path: root/utils/FileUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'utils/FileUpdate')
-rw-r--r--utils/FileUpdate/Makefile3
1 files changed, 3 insertions, 0 deletions
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