diff options
author | Tanya Lattner <tonic@nondot.org> | 2009-08-31 06:24:03 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2009-08-31 06:24:03 +0000 |
commit | dc8e00e5efbe93f22f04b014eba594956a205415 (patch) | |
tree | e128db634da42733c13bc6c536181b53aa6af1f9 | |
parent | a1bcaaef01f43d4306b1f4815977fcc27061caac (diff) |
Merge from mainline.
Don't install FileCheck and FileUpdate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@80548 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/FileCheck/Makefile | 3 | ||||
-rw-r--r-- | utils/FileUpdate/Makefile | 3 |
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 |