Typo in darwin-shared rule.
authorAndy Polyakov <appro@openssl.org>
Tue, 11 Oct 2005 20:20:55 +0000 (20:20 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 11 Oct 2005 20:20:55 +0000 (20:20 +0000)
Makefile.org

index 46cdb9fc7c5fffff1b515d8f9d13cc453fd6d1ff..2c66d6738e36cd45897a1bb4cdcd126d74835a8a 100644 (file)
@@ -325,7 +325,7 @@ do_darwin-shared:
        if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
                libs="$(LIBKRB5) $$libs"; \
        fi; \
-       ( set -x; ${CC} ${SHARED_LDFLAGS}
+       ( set -x; ${CC} ${SHARED_LDFLAGS} \
                --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
                lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
                -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \