There is no reason not to build these in parallel

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-15 23:22:15 +00:00
parent 961ca77e5b
commit f91d68be8d

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