Configurations/unix-Makefile.tmpl: overhaul assembler make rules.
authorAndy Polyakov <appro@openssl.org>
Sat, 10 Mar 2018 15:19:33 +0000 (16:19 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 12 Mar 2018 10:06:17 +0000 (11:06 +0100)
commitcd70b642322a78eb9f2e6e09185326498eebe2d0
tree65b4cbabe91d20a3b819ac9a18be7f9a35c69154
parent283b12036f2a7dbda8c9fe1016653d38a7a1d4a8
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.

(backport of a23f03166e0ec49ac09b3671e7ab4ba4fa57d42a)

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