Commit 50e83cdd authored by Richard Levitte's avatar Richard Levitte
Browse files

Unified build - fix make depend



There was a catch 22, where 'make depend' directly after configuring
in an otherwise pristine build tree would fail because buildinf.h
didn't exist yet.

This change has the depend building targets depend on the same other
targets as the object file building targets, so the generation of
buildinf.h and similar files would kick in during 'make depend'.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 82049c54
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment