From 2c2062cdbae7cda795aceb1c1af3f7bd24444a39 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Aug 2003 14:57:48 +0000 Subject: Build the SelectionDAG library llvm-svn: 7718 --- llvm/lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 6f2a330d3ed..59bb0cfb06a 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/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.2.3