From 3c9e93b7e57f7567e5f56c194806d745bc3c5511 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Apr 2002 19:42:33 +0000 Subject: Moved assembly writer library into its own top level directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2162 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 3ec7771700..8d8ce170d4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target +DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target include $(LEVEL)/Makefile.common -- cgit v1.2.3