aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileUpdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/FileUpdate/Makefile')
-rw-r--r--utils/FileUpdate/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/FileUpdate/Makefile b/utils/FileUpdate/Makefile
index 90fa6f0..5b545c2 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