do not generate duplicate winapploader tools
authorMichael Gilbert <mgilbert@debian.org>
Wed, 12 Oct 2022 00:18:28 +0000 (01:18 +0100)
committerMichael 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

index d6ff280e849295e39725377141d7f1e1a4b5ccc3..632cfcc17035277087129389c65bf901771ccc9f 100644 (file)
@@ -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 ));
-    }
 }