Fix library name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-10-28 05:37:24 +00:00
parent 002242149f
commit 685f86ac0e
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = lli-interpreter
LIBRARYNAME = LLVMInterpreter
include $(LEVEL)/Makefile.common

View File

@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = lli-jit
LIBRARYNAME = LLVMJIT
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config