do not generate duplicate winapploader tools
authorMichael Gilbert <mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name wineapploader.patch

tools/makedep.c

index 8e3323e865312ea3913477b634c6e411840ae555..edb243eeaa582ae306003f215f9b5e8e4fefdf6d 100644 (file)
@@ -3473,11 +3473,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 ));
-    }
 }