Fix typo in "IRIX 6.x shared build fix-up."
authorAndy Polyakov <appro@openssl.org>
Fri, 12 Mar 2004 21:33:04 +0000 (21:33 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 12 Mar 2004 21:33:04 +0000 (21:33 +0000)
Makefile.org

index 9d48dc1e4259b509a20897aa78db75009c8d2b7c..a987a0298b20eba32e5d2339133505abbf08ad5e 100644 (file)
@@ -461,7 +461,7 @@ do_irix-shared:
                  set -x; ${CC} ${SHARED_LDFLAGS} \
                        -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
                        -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
-                       ${WHOLELIB} $$libs ${EX_LIBS} -lc) || exit 1; \
+                       $${WHOLELIB} $$libs ${EX_LIBS} -lc) || exit 1; \
                libs="-l$$i $$libs"; \
                done; \
        fi