Thanks to the XTARGET line, this test should still
[oota-llvm.git] / examples / Makefile
index 3e9ba22349b1c609b6875773d71c5de906d0451e..4251ab39c5be485c28e29c07e78287835fffeef8 100644 (file)
@@ -10,10 +10,10 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT ModuleMaker
 
 ifeq ($(HAVE_PTHREAD),1)
-#PARALLEL_DIRS += ParallelJIT 
+PARALLEL_DIRS += ParallelJIT 
 endif
 
 include $(LEVEL)/Makefile.common