Re-enable libprofile now that llvm-ar is working better.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 13 Jan 2005 16:51:19 +0000 (16:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 13 Jan 2005 16:51:19 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19523 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index fa0c40dc430c53e888000b9d2bfb4fac00641566..9a448c395efdbe6ccafc63aca87ea3775b1a2c90 100644 (file)
@@ -11,7 +11,7 @@ LEVEL = ..
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCCDIR)),)
 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 ::
 else
 PARALLEL_DIRS  := 
 install all ::