From d9c03441b58cd9e6fbd1a21d07ddbc8bb6694bb0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 19:33:01 +0000 Subject: Moved LLC subdir to the tools top level directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248 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 bc292fc406..3f6537a60e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC +DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen include $(LEVEL)/Makefile.common -- cgit v1.2.3