Commit 4f858293 authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure: Make it possible to generate mandatory header files



'DEPEND[]=file.h' becomes a special way to say that 'file.h' must be
generated before anything else is built.  It's likely that a number
of source files depend on these header files, this provides a simple
way to make sure they are always generated even it the dependency data
hasn't been added to the build file yet.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7c46746b
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