diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-13 11:46:52 +0000 |
commit | d96cb6eaa0a878467d9594a12dfe3a55466706f0 (patch) | |
tree | dc06542c0c0bc07e11bdcb8942c5845e0bc732fa /lib/Target/SparcV9/RegAlloc | |
parent | 4f2458912cb4d8ace78afdff740709dca458ea7a (diff) | |
download | external_llvm-d96cb6eaa0a878467d9594a12dfe3a55466706f0.zip external_llvm-d96cb6eaa0a878467d9594a12dfe3a55466706f0.tar.gz external_llvm-d96cb6eaa0a878467d9594a12dfe3a55466706f0.tar.bz2 |
Update to reflect changes in Makefile rules.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/Makefile.am b/lib/Target/SparcV9/RegAlloc/Makefile.am index f181d15..b27c420 100644 --- a/lib/Target/SparcV9/RegAlloc/Makefile.am +++ b/lib/Target/SparcV9/RegAlloc/Makefile.am @@ -7,10 +7,9 @@ # #===------------------------------------------------------------------------===# -include $(top_srcdir)/Makefile.rules.am +include $(top_srcdir)/Makefile_config lib_LIBRARIES = libLLVMSparcV9RegAlloc.a -libexec_PROGRAMS = LLVMSparcV9RegAlloc.o MYSOURCES = \ IGNode.cpp \ @@ -20,5 +19,5 @@ MYSOURCES = \ RegClass.cpp libLLVMSparcV9RegAlloc_a_SOURCES = $(MYSOURCES) -LLVMSparcV9RegAlloc_o_SOURCES = $(MYSOURCES) -LIBS= + +PRELINK=libLLVMSparcV9RegAlloc.a |