Pass down inclusion directories to source file generators
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 08:04:09 +0000 (09:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 09:02:29 +0000 (10:02 +0100)
commitd46057277f3b805e5f198e31fc81a892bf5c9141
tree1af8070e94fbdf7cc4b799936380c68000341274
parent8cffddc0f2c59768e724a4c8dc68822cfea5cacc
Pass down inclusion directories to source file generators

The source file generators sometimes use $(CC) to post-process
generated source, and getting the inclusion directories may be
necessary at times, so we pass them down.

RT#4406

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/common.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl