Make crypto/buildinf.h depend on configdata.pm rather than Makefile
authorRichard Levitte <levitte@openssl.org>
Fri, 19 Feb 2016 23:21:04 +0000 (00:21 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 20 Feb 2016 15:50:20 +0000 (16:50 +0100)
commit011b967508342a5c940a0c75193f742c0b13bdc4
tree659b7600b3bc0c3daa8537acf5cbdf9e7212aba9
parent033585175485077bf7f5bbb352fd4f162d0c235f
Make crypto/buildinf.h depend on configdata.pm rather than Makefile

Depending on Makefile meant that a new attempt to rebuild the Makefile
with "new" dependency data was done all the time, uncontrolled.  Better
to depend on configdata.pm, which truly only changes with reconfiguration.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Ben Laurie <ben@openssl.org>
crypto/build.info