From: Chris Lattner Date: Mon, 27 Aug 2001 05:18:35 +0000 (+0000) Subject: Demolish explicit source list X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be88fd03e6d2d9eb8ce570031ce011cb5a6bfd35;p=oota-llvm.git Demolish explicit source list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index f80090e3e4d..1c601d1b6ec 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,7 +1,4 @@ LEVEL = ../.. DIRS = InstrSelection TargetMachine -## List source files in link order -Source = - include $(LEVEL)/Makefile.common