From: Michael Gilbert Date: Wed, 6 Jul 2022 00:44:32 +0000 (+0100) Subject: do not generate duplicate winapploader tools X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~3^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d475fbb067df9a9c2f842459e5e27486fcab2123;p=wine.git do not generate duplicate winapploader tools forwarded: not-needed Gbp-Pq: Topic debianization Gbp-Pq: Name duplicate-apploaders.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index d6ff280..632cfcc 100644 --- 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 )); - } }