From 5718a6bf990211185aa03829ba7317eb0879ce31 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 20:34:15 +0000 Subject: Don't build dead directories llvm-svn: 8308 --- llvm/lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index f0a0431f994..224ac0c4c83 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG +PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common -- cgit v1.2.3