From 0fb3b629026831339489b0bae506281e7f2064e6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Feb 2016 17:18:55 +0100 Subject: [PATCH] Make sure the linked programs have the correct extension Reviewed-by: Andy Polyakov --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 0e7ff81a9a..57108ce9ac 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -945,7 +945,7 @@ $bin\$(EXE_EXT): $objs $deps \$(RM) $bin\$(EXE_EXT) \$(MAKE) -f \$(SRCDIR)/Makefile.shared -e \\ PERL=\$(PERL) SRCDIR=\$(SRCDIR) \\ - APPNAME=$bin OBJECTS="$objs" \\ + APPNAME=$bin\$(EXE_EXT) OBJECTS="$objs" \\ LIBDEPS="\$(PLIB_LDFLAGS) $linklibs \$(EX_LIBS)" \\ CC="\$(CC)" CFLAGS="\$(CFLAGS)" LDFLAGS="\$(LDFLAGS)" \\ LIBRPATH="\$(INSTALLTOP)/\$(LIBDIR)" \\ -- 2.25.1