[llvm-commits] CVS: llvm/lib/Target/SparcV9/LiveVar/Makefile.am

Reid Spencer reid at x10sys.com
Sun Oct 17 08:01:03 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/LiveVar:

Makefile.am updated: 1.2 -> 1.3
---
Log message:

Consolidate the definitions

---
Diffs of the changes:  (+2 -3)

Index: llvm/lib/Target/SparcV9/LiveVar/Makefile.am
diff -u llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.2 llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.3
--- llvm/lib/Target/SparcV9/LiveVar/Makefile.am:1.2	Wed Oct 13 06:46:51 2004
+++ llvm/lib/Target/SparcV9/LiveVar/Makefile.am	Sun Oct 17 10:00:26 2004
@@ -11,11 +11,10 @@
 
 lib_LIBRARIES = libLLVMSparcV9LiveVar.a
 
-MYSOURCES = \
+libLLVMSparcV9LiveVar_a_SOURCES = \
   BBLiveVar.cpp \
   FunctionLiveVarInfo.cpp \
   ValueSet.cpp
 
-libLLVMSparcV9LiveVar_a_SOURCES = $(MYSOURCES)
 
-PRELINK=libLLVMSparcV9LiveVar.a
+PRELINK = $(lib_LIBRARIES)






More information about the llvm-commits mailing list