aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-08-25 20:40:32 +0000
committerChris Lattner <sabre@nondot.org>2001-08-25 20:40:32 +0000
commitd6075728d26a27f49fb9fe7f5c2cd2e49c31ec8c (patch)
treed44cd5f53ceaa604319d300069df6c7388b88190 /lib
parent989bfcf3871fddf29d6d3e38f99e8a932d84107e (diff)
downloadexternal_llvm-d6075728d26a27f49fb9fe7f5c2cd2e49c31ec8c.zip
external_llvm-d6075728d26a27f49fb9fe7f5c2cd2e49c31ec8c.tar.gz
external_llvm-d6075728d26a27f49fb9fe7f5c2cd2e49c31ec8c.tar.bz2
Remove explicit source list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/TargetMachine/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/TargetMachine/Makefile b/lib/CodeGen/TargetMachine/Makefile
index ee3d217..55ee598 100644
--- a/lib/CodeGen/TargetMachine/Makefile
+++ b/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