Removed TracingBrainF from examples Makefile.

llvm-svn: 113970
This commit is contained in:
Garrison Venn 2010-09-15 14:55:32 +00:00
parent d6d980044e
commit 851b323866

View File

@ -10,8 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \
TracingBrainF
PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT