From f6374bfd69f9acd7c128ca44f933df77614bcefd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Sep 2001 03:55:11 +0000 Subject: 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 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') 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 -- cgit v1.2.3