VMS build: better treatment of .S -> .obj compilation
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Dec 2018 20:22:29 +0000 (21:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Dec 2018 20:37:11 +0000 (21:37 +0100)
commite436664828429a23bf210710ede34203bdfdc2b8
treeddc241d6c67ede688dd379a14acd9a72628dff5c
parent00eb879f74971e3c048286ef44f6f544676f90d7
VMS build: better treatment of .S -> .obj compilation

It turned out that .S files aren't to be treated as lightly as I
thought.  They need to go through a preprocessing step, which .s files
don't need to.

Corrects #7703

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7889)
Configurations/descrip.mms.tmpl