Configurations/unix-Makefile.tmpl: fix HP-UX build.
authorAndy Polyakov <appro@openssl.org>
Tue, 7 Nov 2017 21:01:53 +0000 (22:01 +0100)
committerAndy Polyakov <appro@openssl.org>
Wed, 8 Nov 2017 20:55:02 +0000 (21:55 +0100)
commitb6705d4893d1566c3a5427e387ce99344497758d
tree9e1ba6a163f6f38bf24585a93f6d3f3c81eafaa4
parentd6ee8f3dc4414cd97bd63b801f8644f0ff8a1f17
Configurations/unix-Makefile.tmpl: fix HP-UX build.

HP-UX make doesn't recognize $< in explict target rules, only in
inference ones such as .c.o.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4697)
Configurations/unix-Makefile.tmpl