Fix library name.

llvm-svn: 17307
This commit is contained in:
Reid Spencer 2004-10-28 05:37:24 +00:00
parent 6bbc57ec12
commit c833eddfe6
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