From: Douglas Gregor Date: Sun, 23 Aug 2009 04:39:38 +0000 (+0000) Subject: Don't install FileCheck or FileUpdate X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=05e9d99767ea02d516bf4fe9c457622b2530e077;p=oota-llvm.git Don't install FileCheck or FileUpdate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79820 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/FileCheck/Makefile b/utils/FileCheck/Makefile index 88b0296bf12..f1af5b649e7 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 90fa6f02a28..5b545c20729 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