Commit 874efa9f authored by Richard Levitte's avatar Richard Levitte
Browse files

Unified 'make depend' has to cleanup after itself



It failed to remove lingering Makefile.new

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ce5ed82f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 #############################################