From: Misha Brukman Date: Fri, 8 Oct 2004 18:10:48 +0000 (+0000) Subject: Build InstrSched as well, and all three subdirs can be built independently X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=222c98bf8203c3f07e53781e80fd87b6e3000e30;p=oota-llvm.git Build InstrSched as well, and all three subdirs can be built independently git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile index 45243f7cce7..a0aca332ac1 100644 --- a/lib/Target/SparcV9/Makefile +++ b/lib/Target/SparcV9/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = sparcv9 -DIRS = RegAlloc LiveVar +PARALLEL_DIRS = RegAlloc LiveVar InstrSched ExtraSource = SparcV9.burm.cpp