From 3b4d062eb37f14023293d8cace5845d04f10b52e Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Tue, 28 Aug 2001 23:16:59 +0000 Subject: [PATCH] Remove source list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@402 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSelection/Makefile | 6 ------ lib/Target/SparcV9/InstrSelection/Makefile | 6 ------ 2 files changed, 12 deletions(-) diff --git a/lib/CodeGen/InstrSelection/Makefile b/lib/CodeGen/InstrSelection/Makefile index 985ddaf4bf9..0a85cb36df8 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 985ddaf4bf9..0a85cb36df8 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 -- 2.34.1