fix configure+make build
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index 38e667ff98885f2264a23a53e9c35f96f6786353..8ecb883ba9d7d2949af045e0b4ce1c640030b9da 100644 (file)
@@ -14,7 +14,7 @@ LINK_COMPONENTS :=interpreter
 include $(LEVEL)/Makefile.config
 
 ifeq ($(TARGET_HAS_JIT),1)
-  PARALLEL_DIRS = JIT MCJIT
+  PARALLEL_DIRS = MCJIT
 endif
 
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest