projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520f434
)
Make sure the linked programs have the correct extension
author
Richard Levitte
<levitte@openssl.org>
Thu, 18 Feb 2016 16:18:55 +0000
(17:18 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 19 Feb 2016 10:52:16 +0000
(11:52 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 0e7ff81a9ad804792ce0034ec5e1dfc5f5220493..57108ce9acdc2cfa8f4a1d6e8779e6748a54c4d4 100644
(file)
--- 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)" \\