From d96cb6eaa0a878467d9594a12dfe3a55466706f0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 13 Oct 2004 11:46:52 +0000 Subject: Update to reflect changes in Makefile rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16950 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Hello/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/Transforms/Hello') diff --git a/lib/Transforms/Hello/Makefile.am b/lib/Transforms/Hello/Makefile.am index 75fa34f896..4cca638c0b 100644 --- a/lib/Transforms/Hello/Makefile.am +++ b/lib/Transforms/Hello/Makefile.am @@ -7,9 +7,9 @@ # #===------------------------------------------------------------------------===# -include $(top_srcdir)/Makefile.rules.am +include $(top_srcdir)/Makefile_config -libexec_PROGRAMS = LLVMHello.o +lib_LIBRARIES = libLLVMHello.a -LLVMHello_o_SOURCES = Hello.cpp -LIBS= +libLLVMHello_a_SOURCES = Hello.cpp +PRELINK=libLLVMHello.a -- cgit v1.2.3