Commit 62781a6b authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winedump: Output Makefile.in the right way for the new build system.

parent 780981bc
......@@ -459,9 +459,7 @@ void output_makefile (void)
if (globals.forward_dll)
fprintf (makefile, " %s", globals.forward_dll);
fprintf (makefile,
"\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",
fprintf (makefile, "\n\nC_SRCS = \\\n\t%s_main.c\n\n@MAKE_DLL_RULES@\n\n",
OUTPUT_DLL_NAME);
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