diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-08-27 05:18:35 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-08-27 05:18:35 +0000 | 
| commit | 827c2a1d7ccc156cb0d74de584f9b8738cbe9aa2 (patch) | |
| tree | 85c565877f1daef72ec8007d839d0d064eb93b0b /llvm/lib/CodeGen | |
| parent | 8aaab6b9c1732b60bc5362ea9d630e0c155da844 (diff) | |
| download | bcm5719-llvm-827c2a1d7ccc156cb0d74de584f9b8738cbe9aa2.tar.gz bcm5719-llvm-827c2a1d7ccc156cb0d74de584f9b8738cbe9aa2.zip | |
Demolish explicit source list
llvm-svn: 375
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Makefile | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index f80090e3e4d..1c601d1b6ec 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -1,7 +1,4 @@  LEVEL = ../..  DIRS  = InstrSelection TargetMachine -## List source files in link order -Source  = -  include $(LEVEL)/Makefile.common | 

