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