Revert last patch. The examples build now.

llvm-svn: 34970
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile
index 3e9ba22..873c582 100644
--- a/llvm/examples/Makefile
+++ b/llvm/examples/Makefile
@@ -10,10 +10,10 @@
 
 include $(LEVEL)/Makefile.config
 
-#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
 
 ifeq ($(HAVE_PTHREAD),1)
-#PARALLEL_DIRS += ParallelJIT 
+PARALLEL_DIRS += ParallelJIT 
 endif
 
 include $(LEVEL)/Makefile.common