Henri Verbeet : build: Fix the "missing widl" message.

Alexandre Julliard julliard at winehq.org
Fri Sep 14 14:08:55 CDT 2018


Module: vkd3d
Branch: master
Commit: 5c9fa15d4d14d7dc874cc3725fa37e0509a8c607
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=5c9fa15d4d14d7dc874cc3725fa37e0509a8c607

Author: Henri Verbeet <hverbeet at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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' <[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)




More information about the wine-cvs mailing list