mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Move teh silencer to the right place.
This commit is contained in:
parent
5f58d6a5e0
commit
7241ae1a0a
@ -243,9 +243,9 @@ clean-shared:
|
||||
done
|
||||
|
||||
link-shared:
|
||||
if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
|
||||
@if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
|
||||
tmp="$(SHARED_LIBS_LINK_EXTS)"; \
|
||||
@for i in $(SHLIBDIRS); do \
|
||||
for i in $(SHLIBDIRS); do \
|
||||
prev=lib$$i$(SHLIB_EXT); \
|
||||
for j in $${tmp:-x}; do \
|
||||
( set -x; ln -f -s $$prev lib$$i$$j ); \
|
||||
|
Loading…
Reference in New Issue
Block a user