diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 15:00:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 15:00:26 +0000 |
commit | 26dde4238195bb8b2d659edc43c15b564fb6edf6 (patch) | |
tree | b3cea0def8a0056e577cf81829158c4924744c87 /lib/Target | |
parent | 761920301dcc873773c697c232e9a365076de937 (diff) | |
download | external_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
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/SparcV9/LiveVar/Makefile.am | 5 |
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) |