From: Michael Gilbert Date: Tue, 13 Sep 2022 00:46:21 +0000 (+0100) Subject: do not generate duplicate winapploader tools X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~2^2^2^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d29ff3030c9183213d8831220a28c999646b1fd;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 )); - } }