Consolidate the definitions
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:00:26 +0000 (15:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 15:00:26 +0000 (15:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17088 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/LiveVar/Makefile.am

index f502d4773db1944b9d194a6388c495be7cbb9588..ac07532e3f5330d07cfd622ce066741c624c8d84 100644 (file)
@@ -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)