Makefile: Use 'tr' if 'fmt' is not available
authorBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 02:16:54 +0000 (18:16 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 6 Jan 2020 18:07:34 +0000 (10:07 -0800)
commit97f3eddce4d181f3ca378621642be7455c2f1fa1
tree481f22e889ebeb5ff3958af3b87519cc08709da2
parente142f231790f6c14358f560fe385b07c66f8f201
Makefile: Use 'tr' if 'fmt' is not available

NetBSD is not the only OS that does not provide 'fmt'. A native MinGW shell
does not provide 'fmt' either. Hence detect at runtime whether or not 'fmt'
is available.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Makefile