The branch master has been updated
       via  874efa9f81c1414725088324b2b602d17dc291db (commit)
      from  ce5ed82f829d77c896a68990fba459cdad5f765d (commit)


- Log -----------------------------------------------------------------
commit 874efa9f81c1414725088324b2b602d17dc291db
Author: Richard Levitte <[email protected]>
Date:   Fri Feb 19 23:34:25 2016 +0100

    Unified 'make depend' has to cleanup after itself
    
    It failed to remove lingering Makefile.new
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 07e5a41..9dc6d7d 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -256,6 +256,8 @@ Makefile: FORCE
          done ) > Makefile.new
        @if ! cmp Makefile.new Makefile >/dev/null 2>&1; then \
                mv -f Makefile.new Makefile; \
+       else \
+               rm -f Makefile.new; \
        fi
 
 # Install helper targets #############################################
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to