Unified 'make depend' has to cleanup after itself
It failed to remove lingering Makefile.new Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
ce5ed82f82
commit
874efa9f81
1 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,8 @@ Makefile: FORCE
|
||||||
done ) > Makefile.new
|
done ) > Makefile.new
|
||||||
@if ! cmp Makefile.new Makefile >/dev/null 2>&1; then \
|
@if ! cmp Makefile.new Makefile >/dev/null 2>&1; then \
|
||||||
mv -f Makefile.new Makefile; \
|
mv -f Makefile.new Makefile; \
|
||||||
|
else \
|
||||||
|
rm -f Makefile.new; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install helper targets #############################################
|
# Install helper targets #############################################
|
||||||
|
|
Loading…
Reference in a new issue