aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-17 15:00:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-17 15:00:26 +0000
commit26dde4238195bb8b2d659edc43c15b564fb6edf6 (patch)
treeb3cea0def8a0056e577cf81829158c4924744c87
parent761920301dcc873773c697c232e9a365076de937 (diff)
downloadexternal_llvm-26dde4238195bb8b2d659edc43c15b564fb6edf6.zip
external_llvm-26dde4238195bb8b2d659edc43c15b564fb6edf6.tar.gz
external_llvm-26dde4238195bb8b2d659edc43c15b564fb6edf6.tar.bz2
Consolidate the definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17088 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/LiveVar/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/LiveVar/Makefile.am b/lib/Target/SparcV9/LiveVar/Makefile.am
index f502d47..ac07532 100644
--- a/lib/Target/SparcV9/LiveVar/Makefile.am
+++ b/lib/Target/SparcV9/LiveVar/Makefile.am
@@ -11,11 +11,10 @@ include $(top_srcdir)/Makefile_config
lib_LIBRARIES = libLLVMSparcV9LiveVar.a
-MYSOURCES = \
+libLLVMSparcV9LiveVar_a_SOURCES = \
BBLiveVar.cpp \
FunctionLiveVarInfo.cpp \
ValueSet.cpp
-libLLVMSparcV9LiveVar_a_SOURCES = $(MYSOURCES)
-PRELINK=libLLVMSparcV9LiveVar.a
+PRELINK = $(lib_LIBRARIES)