diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
commit | d96cb6eaa0a878467d9594a12dfe3a55466706f0 (patch) | |
tree | dc06542c0c0bc07e11bdcb8942c5845e0bc732fa /lib/Bytecode/Writer | |
parent | 4f2458912cb4d8ace78afdff740709dca458ea7a (diff) |
Update to reflect changes in Makefile rules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer')
-rw-r--r-- | lib/Bytecode/Writer/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Bytecode/Writer/Makefile.am b/lib/Bytecode/Writer/Makefile.am index 61b4ed858c..6ccd8161ad 100644 --- a/lib/Bytecode/Writer/Makefile.am +++ b/lib/Bytecode/Writer/Makefile.am @@ -7,9 +7,9 @@ # #===------------------------------------------------------------------------===# -include $(top_srcdir)/Makefile.rules.am +include $(top_srcdir)/Makefile_config -libexec_PROGRAMS = LLVMBCWriter.o +lib_LIBRARIES = libLLVMBCWriter.a -LLVMBCWriter_o_SOURCES = SlotCalculator.cpp Writer.cpp -LIBS= +libLLVMBCWriter_a_SOURCES = SlotCalculator.cpp Writer.cpp +PRELINK=libLLVMBCWriter.a |