Re-enable libprofile now that llvm-ar is working better.

llvm-svn: 19523
This commit is contained in:
Reid Spencer 2005-01-13 16:51:19 +00:00
parent 3676cd6fe2
commit 9df352d469
1 changed files with 1 additions and 1 deletions

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