projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989bfcf
)
Remove explicit source list
author
Chris Lattner
<sabre@nondot.org>
Sat, 25 Aug 2001 20:40:32 +0000
(20:40 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 25 Aug 2001 20:40:32 +0000
(20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/TargetMachine/Makefile
patch
|
blob
|
history
diff --git
a/lib/CodeGen/TargetMachine/Makefile
b/lib/CodeGen/TargetMachine/Makefile
index ee3d21786f11b0ec3c77d7dff6846fc28097b8d1..55ee598b2c6abe55efdffc2085e584a71ad683ea 100644
(file)
--- 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