Tests for parsing and printing certificates containing SCTs
[openssl.git] / Makefile.shared
index 2617fbf4aac49624b7384c7e99ed602ef611a077..2e9f3f5954e29655493dbf765c40b9057ab867cc 100644 (file)
@@ -171,7 +171,7 @@ DO_GNU_DSO=\
        $(DO_GNU_SO_COMMON)
 DO_GNU_SO=\
        $(CALC_VERSIONS); \
-       SHLIB=lib$$SHLIB; \
+       SHLIB=lib$(LIBNAME).so; \
        ALLSYMSFLAGS='-Wl,--whole-archive'; \
        NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
        $(DO_GNU_SO_COMMON)
@@ -360,7 +360,7 @@ link_dso.solaris:
                $(DO_GNU_DSO); \
        else \
                $(CALC_VERSIONS); \
-               SHLIB=lib$(LIBNAME).so; \
+               SHLIB=$(LIBNAME).so; \
                SHLIB_SUFFIX=; \
                ALLSYMSFLAGS=""; \
                NOALLSYMSFLAGS=""; \
@@ -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=''; \