Configure: ensure that a DEPEND generates the correct inclusion directory
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Jan 2018 18:13:48 +0000 (19:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Jan 2018 14:57:03 +0000 (15:57 +0100)
commit8054342b78d3ffbd3625689a9692ff1e5f709913
treed0c5682dba452e6d4f258937aba18088645e27e7
parent6a8dfb90b54ad1d3d87510b37e409bf568a4338f
Configure: ensure that a DEPEND generates the correct inclusion directory

We incorrectly assumed that explicit dependencies meant that the
source directory would be added for inclusion.  However, if the
dependent file is generated, it's stored in the build directory, and
that should be used for inclusion rather than the source directory.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5153)

(cherry picked from commit e431bcfabd72163b0ee89674e2face26a349ba9c)
Configure