diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 23:16:59 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 23:16:59 +0000 |
commit | 3b4d062eb37f14023293d8cace5845d04f10b52e (patch) | |
tree | 143ceb634d4f811633ae965953caaf93e6ba37e0 | |
parent | 4c182bf16fac4741a2b7346978a017e1d431ae41 (diff) |
Remove source list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@402 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/InstrSelection/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/Makefile | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/lib/CodeGen/InstrSelection/Makefile b/lib/CodeGen/InstrSelection/Makefile index 985ddaf4bf..0a85cb36df 100644 --- a/lib/CodeGen/InstrSelection/Makefile +++ b/lib/CodeGen/InstrSelection/Makefile @@ -4,10 +4,4 @@ DIRS = LIBRARYNAME = select -## List source files in link order -Source = \ - InstrSelection.o \ - MachineInstr.o \ - InstrForest.o - include $(LEVEL)/Makefile.common diff --git a/lib/Target/SparcV9/InstrSelection/Makefile b/lib/Target/SparcV9/InstrSelection/Makefile index 985ddaf4bf..0a85cb36df 100644 --- a/lib/Target/SparcV9/InstrSelection/Makefile +++ b/lib/Target/SparcV9/InstrSelection/Makefile @@ -4,10 +4,4 @@ DIRS = LIBRARYNAME = select -## List source files in link order -Source = \ - InstrSelection.o \ - MachineInstr.o \ - InstrForest.o - include $(LEVEL)/Makefile.common |