X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Ffpcmp%2FMakefile;h=fd2f7477bb4ed6f8015b4a675eb6eb751433ff8c;hb=2a6a6457094e05e5f5ab34f90dbd25c13d61f8b5;hp=5ba547e699a1808cad036fb6159d300c325003bf;hpb=6cb21d443eff9369e4f9035af28efd627e8f3909;p=oota-llvm.git diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 5ba547e699a..fd2f7477bb4 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -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 = LLVMSupport.a +USEDLIBS = LLVMSupport.a LLVMSystem.a +NO_INSTALL = 1 include $(LEVEL)/Makefile.common