tools/winedump: match the new Makefile format

Austin English austinenglish at gmail.com
Tue Sep 21 00:25:50 CDT 2010


-- 
-Austin
-------------- next part --------------
diff --git a/tools/winedump/output.c b/tools/winedump/output.c
index e0697f8..41f7b74 100644
--- a/tools/winedump/output.c
+++ b/tools/winedump/output.c
@@ -451,8 +451,7 @@ void  output_makefile (void)
     puts ("Creating makefile");
 
   fprintf (makefile,
-           "# Generated from %s by winedump.\nTOPSRCDIR = @top_srcdir@\n"
-           "TOPOBJDIR = ../..\nSRCDIR    = @srcdir@\nVPATH     = @srcdir@\n"
+           "# Generated from %s by winedump.\n"
            "MODULE    = %s.dll\n", globals.input_name, OUTPUT_DLL_NAME);
 
   fprintf (makefile, "IMPORTS   = kernel32");


More information about the wine-patches mailing list