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

Alexandre Julliard julliard at winehq.org
Mon Apr 19 11:51:14 CDT 2010


Module: wine
Branch: master
Commit: 62781a6b3cec40844071ba742c9fffb386ae6ba8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=62781a6b3cec40844071ba742c9fffb386ae6ba8

Author: Austin English <austinenglish at gmail.com>
Date:   Fri Apr 16 15:21:50 2010 -0500

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

---

 tools/winedump/output.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/tools/winedump/output.c b/tools/winedump/output.c
index c2a69d3..e0697f8 100644
--- a/tools/winedump/output.c
+++ b/tools/winedump/output.c
@@ -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 at 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 at MAKE_DLL_RULES@\n\n",
            OUTPUT_DLL_NAME);
 
   if (globals.forward_dll)




More information about the wine-cvs mailing list