diff --git a/tools/winedump/output.c b/tools/winedump/output.c index dff22be69e6..1b325ff9ba0 100644 --- a/tools/winedump/output.c +++ b/tools/winedump/output.c @@ -440,7 +440,8 @@ void output_makefile (void) fprintf (makefile, " %s", globals.forward_dll); 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); if (globals.forward_dll)