print aliases before functions
[oota-llvm.git] / examples / Makefile
index a6530ee6f5ab1cea3c1d2d30738da0f728f76c90..873c5825abfd14a51433ad919328bb22d3ca627b 100644 (file)
@@ -12,7 +12,7 @@ include $(LEVEL)/Makefile.config
 
 PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
 
-ifeq ($(ENABLE_THREADS),1)
+ifeq ($(HAVE_PTHREAD),1)
 PARALLEL_DIRS += ParallelJIT 
 endif