summaryrefslogtreecommitdiff
path: root/utils/FileUpdate
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-23 04:39:38 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-23 04:39:38 +0000
commit05e9d99767ea02d516bf4fe9c457622b2530e077 (patch)
treea0967f513abc402fade309fd920ea88c7f63f94b /utils/FileUpdate
parentbdff548e4dd577a72094d57b282de4e765643b96 (diff)
downloadllvm-05e9d99767ea02d516bf4fe9c457622b2530e077.tar.gz
llvm-05e9d99767ea02d516bf4fe9c457622b2530e077.tar.bz2
llvm-05e9d99767ea02d516bf4fe9c457622b2530e077.tar.xz
Don't install FileCheck or FileUpdate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79820 91177308-0d34-0410-b5e6-96231b3b80d8
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