From: Chris Lattner Date: Wed, 2 Jun 2004 06:06:45 +0000 (+0000) Subject: Oops, this was not to go in X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6bc24419b69deeaaa7bc4f77086f8e0155304e3a;p=oota-llvm.git Oops, this was not to go in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13958 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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