From 685f86ac0e0a1b43f5e17064e9f99c18d4d4cdba Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 28 Oct 2004 05:37:24 +0000 Subject: Fix library name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17307 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Interpreter/Makefile | 2 +- lib/ExecutionEngine/JIT/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ExecutionEngine/Interpreter/Makefile b/lib/ExecutionEngine/Interpreter/Makefile index a219a4f39d..93f74ec6a8 100644 --- a/lib/ExecutionEngine/Interpreter/Makefile +++ b/lib/ExecutionEngine/Interpreter/Makefile @@ -7,6 +7,6 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = lli-interpreter +LIBRARYNAME = LLVMInterpreter include $(LEVEL)/Makefile.common diff --git a/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile index 761b951bad..ebbdc3f3db 100644 --- a/lib/ExecutionEngine/JIT/Makefile +++ b/lib/ExecutionEngine/JIT/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = lli-jit +LIBRARYNAME = LLVMJIT # Get the $(ARCH) setting include $(LEVEL)/Makefile.config -- cgit v1.2.3