Module: vkd3d Branch: master Commit: 5c9fa15d4d14d7dc874cc3725fa37e0509a8c607 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=5c9fa15d4d14d7dc874cc372...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Sep 14 20:17:05 2018 +0430
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
---
Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index 3ee2f13..1fdc916 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)