From: Mark Wooding Date: Wed, 15 Dec 2021 14:01:43 +0000 (+0000) Subject: Makefile: Print the tag correctly when doing silent-rules builds. X-Git-Url: https://git.distorted.org.uk/~mdw/drwho/commitdiff_plain/77787e0e24d04d889d52e118262c0fd56a7cc9cc Makefile: Print the tag correctly when doing silent-rules builds. --- diff --git a/Makefile b/Makefile index 771838b..f28b548 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ FORCE: .PHONY: FORCE V = 0 -v_tag = $(call v_tag_$V,$0) +v_tag = $(call v_tag_$V,$1) v_tag_0 = @printf " %-8s %s\n" "$1" "$@"; UPLOAD += drwho.org