X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FExecutionEngine%2FJIT%2FMakefile;h=aafa3d9d420f046a91f9f4fdc9c61ec8b0bbca42;hb=7ad7c75048eb32f95eae04847908793e0183802f;hp=761b951bada0142c78bd18c2f90026d7df7cec8d;hpb=e488e9360b1a865ba604330965edcf139e590b65;p=oota-llvm.git diff --git a/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile index 761b951bada..aafa3d9d420 100644 --- a/lib/ExecutionEngine/JIT/Makefile +++ b/lib/ExecutionEngine/JIT/Makefile @@ -1,13 +1,14 @@ ##===- lib/ExecutionEngine/JIT/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 = ../../.. -LIBRARYNAME = lli-jit +LIBRARYNAME = LLVMJIT # Get the $(ARCH) setting include $(LEVEL)/Makefile.config