[llvm-commits] CVS: llvm/utils/fpcmp/Makefile
Reid Spencer
reid at x10sys.com
Tue Feb 6 10:51:52 PST 2007
Changes in directory llvm/utils/fpcmp:
Makefile updated: 1.3 -> 1.4
---
Log message:
Set the new NO_INSTALL flag for build-only tools.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/fpcmp/Makefile
diff -u llvm/utils/fpcmp/Makefile:1.3 llvm/utils/fpcmp/Makefile:1.4
--- llvm/utils/fpcmp/Makefile:1.3 Mon Dec 13 11:02:08 2004
+++ llvm/utils/fpcmp/Makefile Tue Feb 6 12:51:28 2007
@@ -10,6 +10,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
USEDLIBS = LLVMSupport.a LLVMSystem.a
+NO_INSTALL = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list