summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-19 23:34:25 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-19 23:34:25 +0100
commit874efa9f81c1414725088324b2b602d17dc291db (patch)
tree5a3876332164da615e9e4544c3f525b643152345 /Configurations
parentce5ed82f829d77c896a68990fba459cdad5f765d (diff)
Unified 'make depend' has to cleanup after itself
It failed to remove lingering Makefile.new Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 07e5a41256..9dc6d7dfe8 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 #############################################