From: Reid Spencer Date: Sun, 17 Oct 2004 15:00:26 +0000 (+0000) Subject: Consolidate the definitions X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26dde4238195bb8b2d659edc43c15b564fb6edf6;p=oota-llvm.git Consolidate the definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/LiveVar/Makefile.am b/lib/Target/SparcV9/LiveVar/Makefile.am index f502d4773db..ac07532e3f5 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)