diff --git a/mk/target.mk b/mk/target.mk
index c8a24146a91ed3184e5b63278acae55e1bc6596d..e0ae32c007c290be5e9dfc702cfce0ff971b005c 100644
--- a/mk/target.mk
+++ b/mk/target.mk
@@ -1059,9 +1059,9 @@ ifneq "$(WAYS)" ""
 ifeq "$(way)" ""
 
 # NB: the targets exclude 
-#	boot info TAGS
+#	boot info TAGS runtests
 # since these are way-independent
-all docs runtests TAGS clean veryclean maintainer-clean install ::
+all docs TAGS clean veryclean maintainer-clean install ::
 	@echo "------------------------------------------------------------------------"
 	@echo "===fptools== Recursively making \`$@' for ways: $(WAYS) ..."
 	@echo "PWD = $(shell pwd)"