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

There is no reason not to build these in parallel

llvm-svn: 17023
This commit is contained in:
Chris Lattner 2004-10-15 23:22:15 +00:00
parent 209f5ea32b
commit 33dd5f87b8

View File

@ -6,8 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
DIRS = Reader Writer
PARALLEL_DIRS = Reader Writer
include $(LEVEL)/Makefile.common