summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-15 18:02:52 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-19 11:51:23 +0100
commite048fd517178d6e608b4c7f3d41799bcf5798d07 (patch)
tree31471e0bca3195b3b35e3ab01b990d5f23c52c58 /engines
parentf5c174ff9396053a2fbb73eec8b5e28d3da75797 (diff)
Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dso
Originally, the Makefile.shared targets described what they used as input for a shared object, be it a shared library or a DSO. It turned out, however, that the link_o targets were used exclusively for engines and the link_a targets were for libcrypto and libssl. This rename fest turns and indication on the kind of input the targets get to the intention with using them. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile.in b/engines/Makefile.in
index 047b6b470a..e54d60e3ec 100644
--- a/engines/Makefile.in
+++ b/engines/Makefile.in
@@ -63,7 +63,7 @@ lib: $(LIBOBJ) $(TESTLIBOBJ)
$(MAKE) -f ../Makefile.shared -e \
LIBNAME=$$l LIBEXTRAS="e_$$l*.o" \
LIBDEPS='$(PLIB_LDFLAG) -L.. -lcrypto $(EX_LIBS)' \
- link_o.$(SHLIB_TARGET); \
+ link_dso.$(SHLIB_TARGET); \
done; \
else \
$(AR) $(LIB) $(LIBOBJ); \