diff --git a/GNUmakefile b/GNUmakefile
index a9854dc..a4ff93d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,16 +85,6 @@ $(REMAINING_TARGETS):
 	$(KEEP_GOING)@cd apps/drwho && $(MAKE) -f GNUmakefile.drwho__client $(@)
 	$(KEEP_GOING)@cd apps/gperf && $(MAKE) -f GNUmakefile.gperf_docs $(@)
 	$(KEEP_GOING)@cd apps/gperf/src && $(MAKE) -f GNUmakefile.gperf $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.m3inset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.adainset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.cinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.cppinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.iinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.iinset2 $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.pinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.preinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.taoinset $(@)
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.tinset $(@)
 	$(KEEP_GOING)@cd apps/mkcsregdb && $(MAKE) -f GNUmakefile.mkcsregdb $(@)
 	$(KEEP_GOING)@cd apps/soreduce && $(MAKE) -f GNUmakefile.soreduce $(@)
 	$(KEEP_GOING)@cd bin && $(MAKE) -f GNUmakefile.bin $(@)
@@ -756,7 +746,6 @@ $(REMAINING_TARGETS):
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Timer_Cancellation_Test $(@)
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Timer_Queue_Reference_Counting_Test $(@)
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Timer_Queue_Test $(@)
-	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.TkReactor_Test $(@)
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Token_Strategy_Test $(@)
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Tokens_Test $(@)
 	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.UNIX_Addr_Test $(@)
@@ -1224,7 +1213,6 @@ gperf-depend:
 
 .PHONY: m3inset
 m3inset: ACE gperf
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.m3inset all
 
 .PHONY: m3inset-depend
 m3inset-depend:
@@ -1232,7 +1220,6 @@ m3inset-depend:
 
 .PHONY: adainset
 adainset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.adainset all
 
 .PHONY: adainset-depend
 adainset-depend:
@@ -1240,7 +1227,6 @@ adainset-depend:
 
 .PHONY: cinset
 cinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.cinset all
 
 .PHONY: cinset-depend
 cinset-depend:
@@ -1248,7 +1234,6 @@ cinset-depend:
 
 .PHONY: cppinset
 cppinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.cppinset all
 
 .PHONY: cppinset-depend
 cppinset-depend:
@@ -1256,7 +1241,6 @@ cppinset-depend:
 
 .PHONY: iinset
 iinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.iinset all
 
 .PHONY: iinset-depend
 iinset-depend:
@@ -1264,7 +1248,6 @@ iinset-depend:
 
 .PHONY: iinset2
 iinset2: ACE gperf m3inset iinset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.iinset2 all
 
 .PHONY: iinset2-depend
 iinset2-depend:
@@ -1272,7 +1255,6 @@ iinset2-depend:
 
 .PHONY: pinset
 pinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.pinset all
 
 .PHONY: pinset-depend
 pinset-depend:
@@ -1280,7 +1262,6 @@ pinset-depend:
 
 .PHONY: preinset
 preinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.preinset all
 
 .PHONY: preinset-depend
 preinset-depend:
@@ -1288,7 +1269,6 @@ preinset-depend:
 
 .PHONY: taoinset
 taoinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.taoinset all
 
 .PHONY: taoinset-depend
 taoinset-depend:
@@ -1296,7 +1276,6 @@ taoinset-depend:
 
 .PHONY: tinset
 tinset: ACE gperf m3inset
-	$(KEEP_GOING)@cd apps/gperf/tests && $(MAKE) -f GNUmakefile.tinset all
 
 .PHONY: tinset-depend
 tinset-depend:
@@ -6592,7 +6571,6 @@ Timer_Queue_Test-depend:
 
 .PHONY: TkReactor_Test
 TkReactor_Test: ACE ACE_TkReactor Test_Output Compiler_Features_05_Test
-	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.TkReactor_Test all
 
 .PHONY: TkReactor_Test-depend
 TkReactor_Test-depend:
-- 
2.25.1

