summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-08-27 05:18:35 +0000
committerChris Lattner <sabre@nondot.org>2001-08-27 05:18:35 +0000
commit827c2a1d7ccc156cb0d74de584f9b8738cbe9aa2 (patch)
tree85c565877f1daef72ec8007d839d0d064eb93b0b /llvm/lib/CodeGen/Makefile
parent8aaab6b9c1732b60bc5362ea9d630e0c155da844 (diff)
Demolish explicit source list
llvm-svn: 375
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index f80090e3e4d0..1c601d1b6ec5 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