Commit ea80a25e authored by Richard Levitte's avatar Richard Levitte
Browse files

Avoid GNU make re-exec when adding dependencies to Makefile



GNU make will re-exec if (it thinks that) the Makefile has changed.
Just having the target Makefile seems to make it think it has, so we
end up in a look where GNU make re-execs for ever.

The fix is easy, just remove the Makefile target and have the depend
target run the recipe on its own instead of depending on Makefile.

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