Additional comment changes for reformat of 1.0.1
[openssl.git] / engines / Makefile
index e0242059b7d11323d8c55856ebd455258532e905..2fa9534401b1a1be2b811d08b7a15a835b78df05 100644 (file)
@@ -114,7 +114,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";;    \