]> git.llucax.com Git - software/makeit.git/blobdiff - Lib.mak
Apply abbr to commands in (v)exec function
[software/makeit.git] / Lib.mak
diff --git a/Lib.mak b/Lib.mak
index 58b804f4d60523121b9bb1f89d7354da8411f7fd..cb49f2e7263a8a29cddcb79bda1ffd185bda98fd 100644 (file)
--- a/Lib.mak
+++ b/Lib.mak
@@ -119,7 +119,7 @@ abbr = $(if $(call eq,$(call abbr_helper,$1),$1),$1,$(addprefix \
 # and third arguments are optional and are the target name and command name to
 # pretty print.
 vexec = $(if $V,\
-               echo '   $(notdir $(if $3,$(strip $3),$(firstword $1))) \
+               echo '   $(call abbr,$(if $3,$(strip $3),$(firstword $1))) \
                                $(call abbr,$(if $2,$(strip $2),$@))' ; )$1
 
 # Same as vexec but it silence the echo command (prepending a @ if $V).