diff options
author | Chris Lattner <sabre@nondot.org> | 2001-08-25 20:40:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-08-25 20:40:32 +0000 |
commit | f04f646c1b5a836abed1753e3424ae46b5482a71 (patch) | |
tree | 762b98988d0d23ba278c1828606de147cd4e6b85 /llvm/lib | |
parent | e3590a93e9a3b3357310358bb922f4c11c750b4a (diff) | |
download | bcm5719-llvm-f04f646c1b5a836abed1753e3424ae46b5482a71.tar.gz bcm5719-llvm-f04f646c1b5a836abed1753e3424ae46b5482a71.zip |
Remove explicit source list
llvm-svn: 371
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Makefile b/llvm/lib/CodeGen/TargetMachine/Makefile index ee3d21786f1..55ee598b2c6 100644 --- a/llvm/lib/CodeGen/TargetMachine/Makefile +++ b/llvm/lib/CodeGen/TargetMachine/Makefile @@ -4,8 +4,4 @@ DIRS = Sparc LIBRARYNAME = target -## List source files in link order -Source = \ - TargetMachine.o - include $(LEVEL)/Makefile.common |