| Index: lib/Makefile
|
| diff --git a/lib/Makefile b/lib/Makefile
|
| index 0ddf917599f1d0e800d203ca365698a3cd7943f9..0765354d9ac469aac01cc22adbe2e1fef3ff2b1f 100644
|
| --- a/lib/Makefile
|
| +++ b/lib/Makefile
|
| @@ -14,4 +14,11 @@ PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
|
| ExecutionEngine Linker LTO MC Object Option DebugInfo \
|
| IRReader LineEditor ProfileData
|
|
|
| +# @LOCALMOD-BEGIN
|
| +ifeq ($(PNACL_BROWSER_TRANSLATOR),1)
|
| + PARALLEL_DIRS := $(filter-out Archive Linker, \
|
| + $(PARALLEL_DIRS))
|
| +endif
|
| +# @LOCALMOD-END
|
| +
|
| include $(LEVEL)/Makefile.common
|
|
|