mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
1939ee7f25
In the name of consistency, make sure that this same script is used across more platforms, in this case VMS. This removes the need for util/local_shlib.com.in and util/unlocal_shlib.com.in, which were under-used anyway. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20415)
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS{noinst}=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|
|
SCRIPTS{noinst}=wrap.pl
|
|
SOURCE[wrap.pl]=wrap.pl.in
|
|
DEPEND[wrap.pl]=../configdata.pm
|