mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Consolidate the definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
761920301d
commit
26dde42381
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user