summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am
index e1fd097d381..7ccf8b5c42e 100644
--- a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am
+++ b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile.am
@@ -7,13 +7,13 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-libexec_PROGRAMS = LLVMModuloScheduling.o
+lib_LIBRARIES = libLLVMSparcV9ModuloScheduling.a
-LLVMModuloScheduling_o_SOURCES = \
+libLLVMSparcV9ModuloScheduling_a_SOURCES = \
ModuloScheduling.cpp \
MSchedGraph.cpp \
MSSchedule.cpp
-LIBS=
+PRELINK = $(lib_LIBRARIES)
OpenPOWER on IntegriCloud