minor tidying of comments.
[oota-llvm.git] / utils / fpcmp / Makefile
index e38c51d2bad9320ccd229fbd57d9b5ebe9185c7a..fd2f7477bb4ed6f8015b4a675eb6eb751433ff8c 100644 (file)
@@ -2,14 +2,15 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 TOOLNAME = fpcmp
-USEDLIBS = support.a
+USEDLIBS = LLVMSupport.a LLVMSystem.a
+NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common