VMS build: don't forget the generation marker when removing files
authorRichard Levitte <levitte@openssl.org>
Sat, 24 Nov 2018 23:56:54 +0000 (00:56 +0100)
committerRichard Levitte <richard@levitte.org>
Tue, 27 Nov 2018 03:12:10 +0000 (03:12 +0000)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7703)

(cherry picked from commit f19d20b60fcdfde802f96afa3796f20d0da25eab)

Configurations/descrip.mms.tmpl

index dfea89de64232d794f1fde40c964a06cfd9afb6e..9eefef81997c349f3782e088deba28c0c5d4f2ef 100644 (file)
@@ -798,7 +798,7 @@ $target : $args{generator}->[0] $deps
         \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i
         \@ $incs_off
         RENAME \$\@-i \$\@
-        DELETE \$\@-S
+        DELETE \$\@-S;
 EOF
               }
               # Otherwise....