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:
@@ -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 #############################################
|
||||
|
||||
Reference in New Issue
Block a user