From 173b29a6a5a50397dd3eed3ac8a951f72fd4dbdb Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 23 Feb 2015 00:53:35 +0000 Subject: [PATCH] Fix Makefile build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230197 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile index 1c7a125af28..c19f8d688d1 100644 --- a/unittests/ExecutionEngine/Makefile +++ b/unittests/ExecutionEngine/Makefile @@ -16,7 +16,7 @@ include $(LEVEL)/Makefile.config PARALLEL_DIRS = Orc ifeq ($(TARGET_HAS_JIT),1) - PARALLEL_DIRS = $(PARALLEL_DIRS) MCJIT + PARALLEL_DIRS += MCJIT endif include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -- 2.34.1