RE: use of makedepend in openssl 1.1.1

2019-10-24 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Richard Levitte > Sent: Thursday, October 24, 2019 13:56 > > shiva kumar skrev: (24 oktober 2019 20:41:28 CEST) > >what is the use of makedepend in openssl 1.1.1? > >openssl 1.1.1 can build without makepend then what's

Re: use of makedepend in openssl 1.1.1

2019-10-24 Thread Richard Levitte
For C compilers that can't generate makefile dependency files, we have makedepend as a fallback. Cheers Richard shiva kumar skrev: (24 oktober 2019 20:41:28 CEST) >what is the use of makedepend in openssl 1.1.1? >openssl 1.1.1 can build without makepend then what's the use of >makedepend? >is