diff options
author | Richard Levitte <levitte@openssl.org> | 2016-05-23 18:35:23 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-05-23 21:48:42 +0200 |
commit | 7285ac09563d19842fb2bce1a818598ebb278be4 (patch) | |
tree | c1b0e2cee44c360eb80afc66867c564f081ec6a6 /Configurations | |
parent | 2ff4d2933e55408d91fcdb8093792952a9f72dad (diff) |
VMS: show the ossl_dataroot logical as well when doing "mms debug_logicals"
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/descrip.mms.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 534f7fbc07..3314a17017 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -439,9 +439,7 @@ check_INSTALLTOP : # Developer targets ################################################## debug_logicals : - SH LOGICAL/PROC openssl,internal,ossl_installroot - IF "$(DESTDIR)" .EQS. "" THEN - - SH LOGICAL/PROC ossl_dataroot + SH LOGICAL/PROC openssl,internal,ossl_installroot,ossl_dataroot # Building targets ################################################### |