From: Mark Wooding Date: Sat, 8 Dec 2018 13:03:38 +0000 (+0000) Subject: Makefile (v_tag): No, there's no second argument. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/2029ddc4ffe73bac57a2d755b0a2aca49b2722c7?ds=inline Makefile (v_tag): No, there's no second argument. I think this must have an aspiration which never worked out. Bury it properly. --- diff --git a/Makefile b/Makefile index e1abd26..f8d0d7e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ symlink-ok-p = $(shell \ ## Silent rules machinery. V = 0 -v_tag = $(call v_tag_$V,$1,$2) +v_tag = $(call v_tag_$V,$1) v_tag_0 = @printf " %-8s %s\n" "$1" $(call quote,$@); V_AT = $(V_AT_$V) V_AT_0 = @