summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-05-20 08:51:11 +0000
committerAndy Polyakov <appro@openssl.org>2006-05-20 08:51:11 +0000
commite78fc11a9587091d639473f3c2c68882223418d8 (patch)
treeda0d24e27d05589472678cafab487f588e0df782 /Makefile.shared
parent83231cb376ca275f99adc237be3080fe4e06fb88 (diff)
downloadopenssl-e78fc11a9587091d639473f3c2c68882223418d8.tar.gz
Tidy up hpux targets.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index ef1bfe1223..1b94aa18bc 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -455,7 +455,7 @@ link_o.hpux:
@if ${DETECT_GNU_LD}; then $(DO_GNU_SO); else \
$(CALC_VERSIONS); \
SHLIB=lib$(LIBNAME).sl; \
- expr "$(CFLAGS)" : 'DSO_DLFCN' > /dev/null && SHLIB=lib$(LIBNAME).so; \
+ expr "$(CFLAGS)" : '.*DSO_DLFCN' > /dev/null && SHLIB=lib$(LIBNAME).so; \
SHLIB_SUFFIX=; \
ALLSYMSFLAGS='-Wl,-Fl'; \
NOALLSYMSFLAGS=''; \