build: Fix the "missing widl" message.

I.e., print the name of the target instead of the prerequisite.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2018-09-14 19:59:05 +04:30 committed by Alexandre Julliard
parent be4a775c07
commit 5c9fa15d4d
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ if HAVE_WIDL
$(AM_V_at)$(SED) -e '/#include <rpc.h>/d' -e '/#include <rpcndr.h>/d' <$@.tmp >$@
$(AM_V_at)$(RM) $@.tmp
else
@echo "widl is required to generate $<"
@echo "widl is required to generate $@"
endif
EXTRA_DIST += $(vkd3d_demos_shaders)