summaryrefslogtreecommitdiffstats
path: root/engines/ccgost
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-08-24 21:46:58 +0000
committerAndy Polyakov <appro@openssl.org>2010-08-24 21:46:58 +0000
commit73b408c242e654165e3310c6aa1a528cf3816b29 (patch)
tree34f41fa82293f380b2c8cd04d272e338653af0f4 /engines/ccgost
parent51c9eb321a6938446615e127b1c768b57554d9b0 (diff)
engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X [from HEAD].
PR: 2319
Diffstat (limited to 'engines/ccgost')
-rw-r--r--engines/ccgost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 64be962f39..dadb5230ec 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -48,7 +48,7 @@ install:
if [ "$(PLATFORM)" != "Cygwin" ]; then \
case "$(CFLAGS)" in \
*DSO_BEOS*) sfx=".so";; \
- *DSO_DLFCN*) sfx=".so";; \
+ *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
*DSO_DL*) sfx=".sl";; \
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
*) sfx=".bad";; \