Module: wine Branch: master Commit: 5b0ba5be0bf6a99435e46a5813e942ad6d34807a URL: https://source.winehq.org/git/wine.git/?a=commit;h=5b0ba5be0bf6a99435e46a581...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 18 21:05:58 2019 +0100
makefiles: Add the builtin flag again after stripping.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47718 Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 7451ee4433..6d1500534d 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2424,6 +2424,7 @@ static void output_install_commands( struct makefile *make, const struct makefil case 'c': /* cross-compiled program */ output( "\tSTRIPPROG=%s-strip %s -m 644 $(INSTALL_PROGRAM_FLAGS) %s %s\n", crosstarget, install_sh, obj_dir_path( make, file ), dest ); + output( "\t%s --builtin %s\n", tools_path( make, "winebuild" ), dest ); break; case 'd': /* data file */ output( "\t%s -m 644 $(INSTALL_DATA_FLAGS) %s %s\n",