mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
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:
parent
be4a775c07
commit
5c9fa15d4d
@ -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)$(SED) -e '/#include <rpc.h>/d' -e '/#include <rpcndr.h>/d' <$@.tmp >$@
|
||||||
$(AM_V_at)$(RM) $@.tmp
|
$(AM_V_at)$(RM) $@.tmp
|
||||||
else
|
else
|
||||||
@echo "widl is required to generate $<"
|
@echo "widl is required to generate $@"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += $(vkd3d_demos_shaders)
|
EXTRA_DIST += $(vkd3d_demos_shaders)
|
||||||
|
Loading…
Reference in New Issue
Block a user