From: Martin Wilck <mwilck@xxxxxxxx> .PHONY is only necessary for targets that may match actually existing files. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5851149..74ab648 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ BUILDDIRS := $(LIB_BUILDDIRS) \ BUILDDIRS.clean := $(BUILDDIRS:=.clean) tests.clean -.PHONY: $(BUILDDIRS) $(BUILDDIRS:=.uninstall) $(BUILDDIRS:=.install) $(BUILDDIRS:=.clean) $(LIB_BUILDDIRS:=.abi) +.PHONY: $(BUILDDIRS) all: $(BUILDDIRS) -- 2.37.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel