[PATCH vkd3d] build: Fix the "missing widl" message.

Henri Verbeet hverbeet at codeweavers.com
Fri Sep 14 10:29:05 CDT 2018


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

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
---
 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' <[email protected] >$@
 	$(AM_V_at)$(RM) [email protected]
 else
-	@echo "widl is required to generate $<"
+	@echo "widl is required to generate $@"
 endif
 
 EXTRA_DIST += $(vkd3d_demos_shaders)
-- 
2.11.0




More information about the wine-devel mailing list