summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-03-12 21:33:04 +0000
committerAndy Polyakov <appro@openssl.org>2004-03-12 21:33:04 +0000
commit86f941c9360d7af1baf1786e38d56acca33f71a1 (patch)
tree426f758cbc3136f1ecfd0dbf135d9d4d34641dbd /Makefile.org
parent387fd00c473617dd706e5cd1d709cb82c00710fb (diff)
Fix typo in "IRIX 6.x shared build fix-up."
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 9d48dc1e42..a987a0298b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -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