| Index: lib/Transforms/Makefile
|
| diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
|
| index c390517d07cd41ea3bc165740107c724026a8066..b5ec33cd51676fbff98e64644049a0dd73b3c087 100644
|
| --- a/lib/Transforms/Makefile
|
| +++ b/lib/Transforms/Makefile
|
| @@ -8,7 +8,14 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL = ../..
|
| -PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC
|
| +PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC NaCl MinSFI
|
| +
|
| +
|
| +# @LOCALMOD-BEGIN
|
| +ifeq ($(PNACL_BROWSER_TRANSLATOR),1)
|
| + PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
|
| +endif
|
| +# @LOCALMOD-END
|
|
|
| include $(LEVEL)/Makefile.config
|
|
|
|
|