1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 9a70166615
commit 55e707feb0

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