From 6bc24419b69deeaaa7bc4f77086f8e0155304e3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jun 2004 06:06:45 +0000 Subject: [PATCH] Oops, this was not to go in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13958 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 7cd63ae592d..3f45da3d946 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -#PARALLEL_DIRS = InstrSched SelectionDAG +PARALLEL_DIRS = InstrSched SelectionDAG LIBRARYNAME = codegen include $(LEVEL)/Makefile.common