Configurations/unix-Makefile.tmpl: overhaul assembler make rules.
authorAndy Polyakov <appro@openssl.org>
Fri, 9 Mar 2018 12:57:38 +0000 (13:57 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 10 Mar 2018 14:38:50 +0000 (15:38 +0100)
commita23f03166e0ec49ac09b3671e7ab4ba4fa57d42a
treedf773303275e199644cb945dce86b79d3ffbd99b
parent5de20b26e5a1ac3f42c5c3e8ce0a3e6c427d10c7
Configurations/unix-Makefile.tmpl: overhaul assembler make rules.

So far assembly modules were built as .pl->.S->.s followed by .s->.o.
This posed a problem in build_all_generated rule if it was executed
on another computer. So we change rule sequence to .pl->.S and then
.S->.s->.o.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5573)
Configurations/unix-Makefile.tmpl