]> granicus.if.org Git - openssl/commit
Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.
authorAndy Polyakov <appro@openssl.org>
Fri, 11 Mar 2016 10:55:44 +0000 (11:55 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 11 Mar 2016 14:29:49 +0000 (15:29 +0100)
commit0218fc3778428a7b485335bb369f0040d97d74cf
tree0595f50ec4a9bcf159a414b9227d62d403440e18
parentd0db7ee0b1dfc72a5e7c105040b8580ee57e99eb
Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.

If pre-processor failed, an empty .s file could be left behind,
which could get successfully compiled if one simply re-ran make
and cause linking failures. Not anymore. Remove even intermediate .S
in case of pre-processor failure.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl