]> git.codecow.com Git - Monocypher.git/commit
makefile: switch from $() to backticks
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 2 Apr 2019 11:03:03 +0000 (13:03 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 2 Apr 2019 11:03:03 +0000 (13:03 +0200)
commitf1f4082420f48f09d2225be7d419b21c109f40c9
tree6506c2c760354be06c1b20e15375dd337a690dff
parent4e011e45f8c06322a1f1450755c79fb6c91ded96
makefile: switch from $() to backticks

This fixes building with gmake on Solaris 10,
and likely some other platforms with /bin/sh before POSIX standardized
$() for command substitution.

Addresses issue #120.
makefile