summaryrefslogtreecommitdiff
path: root/lib/Makefile
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/Makefile
parent20b1ea0c987e506f022787a2f2b80fa038df2661 (diff)
downloadllvm-f6374bfd69f9acd7c128ca44f933df77614bcefd.tar.gz
llvm-f6374bfd69f9acd7c128ca44f933df77614bcefd.tar.bz2
llvm-f6374bfd69f9acd7c128ca44f933df77614bcefd.tar.xz
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/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 21a46794d8..cf205e3596 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
+DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen Target
include $(LEVEL)/Makefile.common