diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 05:37:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-28 05:37:24 +0000 |
commit | c833eddfe6b900c1397bef1c392ba8703b9c85bc (patch) | |
tree | c65482396898b46134df7b1032f11db1bea7b32b /llvm/lib/ExecutionEngine | |
parent | 6bbc57ec12b9afd08cf8e78d5a286728f2c3eae7 (diff) | |
download | bcm5719-llvm-c833eddfe6b900c1397bef1c392ba8703b9c85bc.tar.gz bcm5719-llvm-c833eddfe6b900c1397bef1c392ba8703b9c85bc.zip |
Fix library name.
llvm-svn: 17307
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Makefile | 2 | ||||
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Makefile b/llvm/lib/ExecutionEngine/Interpreter/Makefile index a219a4f39d8..93f74ec6a89 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Makefile +++ b/llvm/lib/ExecutionEngine/Interpreter/Makefile @@ -7,6 +7,6 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = lli-interpreter +LIBRARYNAME = LLVMInterpreter include $(LEVEL)/Makefile.common diff --git a/llvm/lib/ExecutionEngine/JIT/Makefile b/llvm/lib/ExecutionEngine/JIT/Makefile index 761b951bada..ebbdc3f3db4 100644 --- a/llvm/lib/ExecutionEngine/JIT/Makefile +++ b/llvm/lib/ExecutionEngine/JIT/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = lli-jit +LIBRARYNAME = LLVMJIT # Get the $(ARCH) setting include $(LEVEL)/Makefile.config |