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
This commit is contained in:
Reid Spencer 2005-01-13 16:51:19 +00:00
parent 636e79a20f
commit 1492709177

View File

@ -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 ::