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:56:30 +0000 (21:56 +0100)
commit84f870be664e3b94cb3d81809da046a8d9cc2ca0
treef14f563d6b8db4bf55823c51ce8f65e8915edb32
parentbeaf83f5a36f3dd361d3f8eb4ceee1a16f1782d8
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)

(cherry picked from commit b6705d4893d1566c3a5427e387ce99344497758d)
Configurations/unix-Makefile.tmpl