Unified build - fix make depend
authorRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 13:05:06 +0000 (14:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 22:05:43 +0000 (23:05 +0100)
commit50e83cdde65dee08c5dc08391d6493452a8acc23
treeacf08ef6518f2ff203449d36a38c73781877d1d4
parent82049c543cb71619bc23b4e2313f3f3eb405660a
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: Rich Salz <rsalz@openssl.org>
Configurations/README
Configurations/common.tmpl
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl