projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a55ed2
)
do not generate duplicate winapploader tools
author
Michael Gilbert
<mgilbert@debian.org>
Wed, 12 Oct 2022 00:18:28 +0000
(
01:18
+0100)
committer
Michael Gilbert
<mgilbert@debian.org>
Wed, 12 Oct 2022 00:18:28 +0000
(
01:18
+0100)
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name duplicate-apploaders.patch
tools/makedep.c
patch
|
blob
|
history
diff --git
a/tools/makedep.c
b/tools/makedep.c
index d6ff280e849295e39725377141d7f1e1a4b5ccc3..632cfcc17035277087129389c65bf901771ccc9f 100644
(file)
--- a/
tools/makedep.c
+++ b/
tools/makedep.c
@@
-3203,11
+3203,6
@@
static void output_module( struct makefile *make )
if (spec_file)
output_man_pages( make );
- else if (*dll_ext && !make->is_win16 && strendswith( make->module, ".exe" ))
- {
- char *binary = replace_extension( make->module, ".exe", "" );
- add_install_rule( make, binary, "wineapploader", strmake( "t$(bindir)/%s", binary ));
- }
}