diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:55:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:55:11 +0000 |
commit | f6374bfd69f9acd7c128ca44f933df77614bcefd (patch) | |
tree | 976de6d18bf950846c416a4b988ae68afb2a4b6f /lib/Makefile | |
parent | 20b1ea0c987e506f022787a2f2b80fa038df2661 (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/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
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 |