Makefile: Get rid of superfluous '+' character in date.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 12 Jul 2019 18:34:45 +0000 (20:34 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 13 Jul 2019 12:52:25 +0000 (14:52 +0200)
commitef6396807288ea0f635ab50bc789a162b84c67ba
treee7168b67bd1caf29a57abffd3debacb99e6ef0b9
parent0a8299dd8da7dba7437550d12bf180d9e10d512b
Makefile: Get rid of superfluous '+' character in date.

Commit bb3a974325f (Don't embed compile-time timestamps into generated
files) from a couple of weeks ago introduced a leading '+' in case
SOURCE_DATE_EPOCH is not set because DATE_FMT already contains the
'+' character for the argument to date(1), The superfluous '+'
becomes part of the generated man pages, which looks a bit weird.
Makefile