Commit 4748f890 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make build.info INCLUDE stmts be both source and build tree relative



INCLUDE statements in build.info files were source tree centric.  That
meant that to get include directory specs in the build tree, we had to
resort to perl fragments that specified the build tree include paths
as absolute ones.

This change has the INCLUDE statement consider both the source and
build tree for any include directory.  It means that there may be some
extra unnecessary include paths, but it also makes life simpler for
anyone who makes changes in the build.info files.

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