diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-06 18:51:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-06 18:51:28 +0000 |
commit | c9c1787907d247f4df9ed08f5937dea199e1750c (patch) | |
tree | 43ee150c9ecd72dc35f3a5abccd629af1b0172fd /utils/fpcmp | |
parent | 95d97b90e8427255c8298f5d3a1ab605af62aab4 (diff) | |
download | external_llvm-c9c1787907d247f4df9ed08f5937dea199e1750c.zip external_llvm-c9c1787907d247f4df9ed08f5937dea199e1750c.tar.gz external_llvm-c9c1787907d247f4df9ed08f5937dea199e1750c.tar.bz2 |
Set the new NO_INSTALL flag for build-only tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/fpcmp')
-rw-r--r-- | utils/fpcmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 6e12739..234af08 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. TOOLNAME = fpcmp USEDLIBS = LLVMSupport.a LLVMSystem.a +NO_INSTALL = 1 include $(LEVEL)/Makefile.common |