diff options
author | Andy Polyakov <appro@openssl.org> | 2006-05-20 08:52:34 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2006-05-20 08:52:34 +0000 |
commit | 74aa1a43784c7108700d3b67c81e6a09a2dc58e2 (patch) | |
tree | 4e607563f8205d43e822421115b9ce002f8d269e /Makefile.shared | |
parent | 5531192151713cc2c178a86e8909d130e820f928 (diff) | |
download | openssl-new-74aa1a43784c7108700d3b67c81e6a09a2dc58e2.tar.gz |
Tiny up hpux targets.
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared index b44c7ead2a..465c258d6a 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -466,7 +466,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=''; \ |