[llvm-commits] CVS: llvm/lib/Target/SparcV9/LiveVar/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:13 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/LiveVar:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+3 -4)
Index: llvm/lib/Target/SparcV9/LiveVar/Makefile.am
diff -u llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.1 llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.2
--- llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.1 Sun Oct 10 17:18:47 2004
+++ llvm/lib/Target/SparcV9/LiveVar/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,10 +7,9 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
lib_LIBRARIES = libLLVMSparcV9LiveVar.a
-libexec_PROGRAMS = LLVMSparcV9LiveVar.o
MYSOURCES = \
BBLiveVar.cpp \
@@ -18,5 +17,5 @@
ValueSet.cpp
libLLVMSparcV9LiveVar_a_SOURCES = $(MYSOURCES)
-LLVMSparcV9LiveVar_o_SOURCES = $(MYSOURCES)
-LIBS=
+
+PRELINK=libLLVMSparcV9LiveVar.a
More information about the llvm-commits
mailing list