Merging r259177:
[oota-llvm.git] / utils / fpcmp / Makefile
index e38c51d2bad9320ccd229fbd57d9b5ebe9185c7a..81db3b9c3f6ee642c9ba58788c6b99769ee51f5c 100644 (file)
@@ -1,15 +1,16 @@
 ##===- utils/fpcmp/Makefile --------------------------------*- Makefile -*-===##
-# 
+#
 #                     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
+NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common