We should use $SRCDIR in Makefiles
authorMatt Caswell <matt@openssl.org>
Wed, 16 Mar 2016 11:16:11 +0000 (11:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Mar 2016 12:35:18 +0000 (13:35 +0100)
commitc1ea997aa84fde21d1fe3fbece3ba41436107e81
treed7123cb96bab12954ef2311a78cebf24d4cbdd87
parent68dc37c12666604f8beac6e59507f809b7fd772b
We should use $SRCDIR in Makefiles

Normally we always refer to source files relative to $SRCDIR in Makefiles.
However the reference to unix-Makefile.tmpl was using a fully expanded
absolute path. This can cause problems for Mingw.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl