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 65c23ee5d3
commit c4f93ac159
1 changed files with 2 additions and 1 deletions

View File

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