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

This commit is contained in:
Austin English 2010-04-16 15:21:50 -05:00 committed by Alexandre Julliard
parent 780981bc7a
commit 62781a6b3c
1 changed files with 1 additions and 3 deletions

View File

@ -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)