From: Reid Spencer Date: Thu, 13 Jan 2005 16:51:19 +0000 (+0000) Subject: Re-enable libprofile now that llvm-ar is working better. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=149270917776b9d9b8ac438ae335dd6b34f8b868 Re-enable libprofile now that llvm-ar is working better. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19523 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index fa0c40dc430..9a448c395ef 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -11,7 +11,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCCDIR)),) -PARALLEL_DIRS := GCCLibraries libdummy libtrace GC +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC else PARALLEL_DIRS := install all ::