From 7fa1694ec6baade1937fffeed422a8eb33ba1ced Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 20 Jun 2024 18:29:44 +0200 Subject: [PATCH] mk/targets.mk (.PHONY): Add missing non-file targets --- mk/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/targets.mk b/mk/targets.mk index da6955cce..20f2ae504 100644 --- a/mk/targets.mk +++ b/mk/targets.mk @@ -27,7 +27,7 @@ ifneq ($(GITSTATUS),) endif .PHONY: all oldorg update update2 up0 up1 up2 single native $(SUBDIRS) \ - check test install $(INSTSUB) \ + check test test-dirty install install-info $(INSTSUB) \ info html pdf card refcard doc docs \ autoloads cleanall clean $(CLEANDIRS:%=clean%) \ clean-install cleanelc cleandirs \