mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Tweak apps/build.info for VMS
A bit of quoting is all that's needed, and it doesn't hurt other platforms. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15317)
This commit is contained in:
parent
31be74d3ca
commit
bba402ece7
@ -62,8 +62,8 @@ IF[{- !$disabled{apps} -}]
|
||||
DEPEND[openssl]=libapps.a ../libssl
|
||||
|
||||
DEPEND[${OPENSSLSRC/.c/.o}]=progs.h
|
||||
GENERATE[progs.c]=progs.pl -C $(APPS_OPENSSL)
|
||||
GENERATE[progs.h]=progs.pl -H $(APPS_OPENSSL)
|
||||
GENERATE[progs.c]=progs.pl "-C" $(APPS_OPENSSL)
|
||||
GENERATE[progs.h]=progs.pl "-H" $(APPS_OPENSSL)
|
||||
# progs.pl tries to read all 'openssl' sources, including progs.c, so we make
|
||||
# sure things are generated in the correct order.
|
||||
DEPEND[progs.h]=progs.c
|
||||
|
Loading…
Reference in New Issue
Block a user