mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
ac6bba6f6e
This means that all PROGRAMS_NO_INST, LIBS_NO_INST, ENGINES_NO_INST and SCRIPTS_NO_INST are changed to be PROGRAM, LIBS, ENGINES and SCRIPTS with the associated attribute 'noinst'. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7581)
9 lines
316 B
Plaintext
9 lines
316 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "VMS" -}]
|
|
SCRIPTS{noinst}=local_shlib.com unlocal_shlib.com
|
|
SOURCE[local_shlib.com]=local_shlib.com.in
|
|
SOURCE[unlocal_shlib.com]=unlocal_shlib.com.in
|
|
ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS{noinst}=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|