From: Garrison Venn Date: Wed, 15 Sep 2010 14:55:32 +0000 (+0000) Subject: Removed TracingBrainF from examples Makefile. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=161b4c46a3ab2ab2c4086d6656cf365ae0f49a07;p=oota-llvm.git Removed TracingBrainF from examples Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Makefile b/examples/Makefile index bc09b8e0473..50a6db76aa2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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