diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-24 17:39:56 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-24 18:35:41 +0100 |
commit | 707c19f42113f90405b67cde59e5f1c1e42e6ab2 (patch) | |
tree | acac9df91fc067afb779598a823ea1a64a92d7d3 | |
parent | VMS config: Typo fix, as -> AS (diff) | |
download | openssl-707c19f42113f90405b67cde59e5f1c1e42e6ab2.tar.xz openssl-707c19f42113f90405b67cde59e5f1c1e42e6ab2.zip |
VMS build: typo in build file template, generatesrc
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7700)
-rw-r--r-- | Configurations/descrip.mms.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 71660b363c..d06c6996fa 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -766,7 +766,7 @@ reconfigure reconf : $target : $args{generator}->[0] $deps $mkdef \$(PERL) $mkdef$ord_ver --ordinals $args{generator}->[0] --name $ord_name "--OS" "VMS"$case_insensitive > $target EOF - } elsif ($target !~ /\.[sS]$/) { + } elsif ($args{src} !~ /\.[sS]$/) { my $target = $args{src}; if ($args{generator}->[0] =~ m|^.*\.in$|) { my $dofile = abs2rel(rel2abs(catfile($config{sourcedir}, |