aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetMachine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 03:55:11 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 03:55:11 +0000
commitf6374bfd69f9acd7c128ca44f933df77614bcefd (patch)
tree976de6d18bf950846c416a4b988ae68afb2a4b6f /lib/CodeGen/TargetMachine
parent20b1ea0c987e506f022787a2f2b80fa038df2661 (diff)
Move the sparc target to a new lib/Target directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetMachine')
-rw-r--r--lib/CodeGen/TargetMachine/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/TargetMachine/Makefile b/lib/CodeGen/TargetMachine/Makefile
index 55ee598b2c..eefef8907a 100644
--- a/lib/CodeGen/TargetMachine/Makefile
+++ b/lib/CodeGen/TargetMachine/Makefile
@@ -1,7 +1,5 @@
LEVEL = ../../..
-DIRS = Sparc
-
LIBRARYNAME = target
include $(LEVEL)/Makefile.common