Merging r259740:
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index 1c7a125af280414c82c803854206270479eba9c1..c19f8d688d1bc395f9a8dbffc26219bf750434f6 100644 (file)
@@ -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