From fa7ed53f32917ef632b21753a772548dde8c2eed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Aug 2003 14:57:48 +0000 Subject: Build the SelectionDAG library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7718 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 6f2a330..59bb0cf 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping +PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping Selection LIBRARYNAME = codegen include $(LEVEL)/Makefile.common -- cgit v1.1