Commit 91427165 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

winedump: Fix the output for Makefile.in with respect to the dependencies line…

winedump: Fix the output for Makefile.in with respect to the dependencies line to match that required by the build system.
parent d51c1c7a
...@@ -440,7 +440,8 @@ void output_makefile (void) ...@@ -440,7 +440,8 @@ void output_makefile (void)
fprintf (makefile, " %s", globals.forward_dll); fprintf (makefile, " %s", globals.forward_dll);
fprintf (makefile, fprintf (makefile,
"\n\nC_SRCS = \\\n\t%s_main.c\n\n@MAKE_DLL_RULES@\n\n### Dependencies:", "\n\nC_SRCS = \\\n\t%s_main.c\n\n@MAKE_DLL_RULES@\n\n"
"@DEPENDENCIES@ # everything below this line is overwritten by make depend",
OUTPUT_DLL_NAME); OUTPUT_DLL_NAME);
if (globals.forward_dll) if (globals.forward_dll)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment