Index: config/gen/makefiles/root.in
===================================================================
--- config/gen/makefiles/root.in	(revision 16336)
+++ config/gen/makefiles/root.in	(working copy)
@@ -631,6 +631,7 @@
 vtable.dump : vtable.tbl
 	$(PMC2CV)
 
+
 # This is a listing of all targets, that are meant to be called by users
 help :
 	@echo ""
@@ -680,7 +681,6 @@
 	@echo "  benchmark_tests:   Run all benchmarks."
 	@echo "  manitest:          Check for new and missing files."
 	@echo "  doc_tests:         Check POD syntax of all file containing POD."
-	@echo "  buildtools_tests:  Test build tool pmc2c.pl."
 	@echo ""
 	@echo "Smoke Testing:"
 	@echo "  smoke:             Run the test suite and send smoke.html to "
@@ -1355,16 +1355,6 @@
     t/src/*.t
 TOOLS_TEST_FILES = \
     t/tools/*.t
-PMC2CUTILS_DIR = t/tools/pmc2cutils
-BUILDTOOLS_TEST_FILES = \
-        $(PMC2CUTILS_DIR)/00-qualify.t \
-        $(PMC2CUTILS_DIR)/01-pmc2cutils.t \
-        $(PMC2CUTILS_DIR)/02-find_file.t \
-        $(PMC2CUTILS_DIR)/03-dump_vtable.t \
-        $(PMC2CUTILS_DIR)/04-dump_pmc.t \
-        $(PMC2CUTILS_DIR)/05-gen_c.t \
-        $(PMC2CUTILS_DIR)/06-print_tree.t \
-        $(PMC2CUTILS_DIR)/07-open_file.t
 
 # Common prep for all test targets.
 # We probably need a complete build before running the tests.
@@ -1455,9 +1445,6 @@
 codingstd_tests :
 	$(PERL) t/harness $(CODINGSTD_TEST_FILES)
 
-buildtools_tests : 
-	$(PERL) t/harness $(BUILDTOOLS_TEST_FILES)
-
 # obsolete 
 testbench : 
 	@echo "Please use the target benchmark_tests."
