From 74aa1a43784c7108700d3b67c81e6a09a2dc58e2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 20 May 2006 08:52:34 +0000 Subject: Tiny up hpux targets. --- Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.shared') 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=''; \ -- cgit v1.2.3