X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Ffpcmp%2FMakefile;h=81db3b9c3f6ee642c9ba58788c6b99769ee51f5c;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=234af089cfd48540b3b3c8dd0d44491ef020301a;hpb=c9c1787907d247f4df9ed08f5937dea199e1750c;p=oota-llvm.git diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 234af089cfd..81db3b9c3f6 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -1,15 +1,15 @@ ##===- 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 = LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMSupport.a NO_INSTALL = 1 include $(LEVEL)/Makefile.common