From: Michael Gilbert Date: Sat, 24 Sep 2022 17:29:03 +0000 (+0100) Subject: do not generate duplicate winapploader tools X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~2^2^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=627b8053d33e965cdcc03453f3437138c453c5ae;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 )); - } }