diff --git a/Makefile.shared b/Makefile.shared index 2617fbf4aa..313de4e02f 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -489,7 +489,7 @@ link_app.irix: link_dso.hpux: @if $(DETECT_GNU_LD); then $(DO_GNU_DSO); else \ SHLIB=$(LIBNAME).sl; \ - expr "$(CFLAGS)" : '.*DSO_DLFCN' > /dev/null && SHLIB=lib$(LIBNAME).so; \ + expr "$(CFLAGS)" : '.*DSO_DLFCN' > /dev/null && SHLIB=$(LIBNAME).so; \ SHLIB_SUFFIX=; \ ALLSYMSFLAGS=''; \ NOALLSYMSFLAGS=''; \