summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-13 11:46:52 +0000
commitace94df71f8e4b8ea2de71ac9f9622d198ea52c7 (patch)
tree98bccc806668d3efab2d2ad0a71b5924a509702e /llvm/lib/ExecutionEngine/Interpreter
parent5b240ad1d913a5b6a5cd7bfeaf1d671f7de86a33 (diff)
downloadbcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.tar.gz
bcm5719-llvm-ace94df71f8e4b8ea2de71ac9f9622d198ea52c7.zip
Update to reflect changes in Makefile rules.
llvm-svn: 16950
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Makefile.am b/llvm/lib/ExecutionEngine/Interpreter/Makefile.am
index 650807f6096..420de6aa6fa 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Makefile.am
+++ b/llvm/lib/ExecutionEngine/Interpreter/Makefile.am
@@ -7,11 +7,11 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMInterpreter.o
+lib_LIBRARIES = libLLVMInterpreter.a
-LLVMInterpreter_o_SOURCES = \
+libLLVMInterpreter_a_SOURCES = \
Execution.cpp ExternalFunctions.cpp Interpreter.cpp
-LIBS=
+PRELINK=libLLVMInterpreter.a
OpenPOWER on IntegriCloud