http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
780981b
)
winedump: Output Makefile.in the right way for the new build system.
author
Austin English
<austinenglish@gmail.com>
Fri, 16 Apr 2010 20:21:50 +0000
(15:21 -0500)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 19 Apr 2010 12:54:00 +0000
(14:54 +0200)
tools/winedump/output.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/winedump/output.c
b/tools/winedump/output.c
index c2a69d34146dfa28cfbf6ff8d3f8cfb26060aa67..e0697f82998277bec8569a858556fc17c4d4d3bb 100644
(file)
--- 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@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)