Removed TracingBrainF from examples Makefile.
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 15 Sep 2010 14:55:32 +0000 (14:55 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 15 Sep 2010 14:55:32 +0000 (14:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Makefile

index bc09b8e0473bd04a25fc6ddf90845abb142faef2..50a6db76aa2551a9510e78c1545e9491ebc437cd 100644 (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