summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorappro <appro>2004-07-18 16:19:30 +0000
committerappro <appro>2004-07-18 16:19:30 +0000
commit2e2274b3ce6b07c44f4de50442438bea33ffec0c (patch)
tree2e700ef041fe52d043090e3c45ddf99e0bca7b29 /Makefile.shared
parent374ba8946742e5631d9bf70d36cb9525ddf80a60 (diff)
downloadopenssl-2e2274b3ce6b07c44f4de50442438bea33ffec0c.tar.gz
Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.
I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 81a72a473..13c914e81 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -595,6 +595,7 @@ link_o.hpux:
@if ${DETECT_GNU_LD}; then $(DO_GNU_SO); else \
$(CALC_VERSIONS); \
SHLIB=lib$(LIBNAME).sl; \
+ expr $(PLATFORM) : 'ia64' > /dev/null && SHLIB=lib$(LIBNAME).so; \
SHLIB_SUFFIX=; \
LIBDEPS="$(LIBDEPS)"; \
ALLSYMSFLAGS='-Wl,-Fl'; \