Remove CustomChecked

llvm-svn: 37225
diff --git a/SingleSource/Makefile b/SingleSource/Makefile
index 455baa6..7ea6807 100644
--- a/SingleSource/Makefile
+++ b/SingleSource/Makefile
@@ -2,10 +2,6 @@
 
 PARALLEL_DIRS  = UnitTests Regression Benchmarks
 
-ifndef REMOTE_HOST
-PARALLEL_DIRS += CustomChecked
-endif
-
 LDFLAGS += -lm
 
 include Makefile.singlesrc