Removed TracingBrainF from examples Makefile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Garrison Venn 2010-09-15 14:55:32 +00:00
parent 1397fdc0ab
commit 161b4c46a3

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