From: Vladimír Čunát Date: Fri, 29 Sep 2017 21:35:49 +0000 (+0200) Subject: make: fix date command on Darwin X-Git-Tag: v1.99.1-alpha~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb53ac7393b07ee45e0ca7c5ecaebdbbff7cd45;p=thirdparty%2Fknot-resolver.git make: fix date command on Darwin The -r has two different meanings, apparently :-D --- diff --git a/daemon/daemon.mk b/daemon/daemon.mk index 07e165370..516cb40ee 100644 --- a/daemon/daemon.mk +++ b/daemon/daemon.mk @@ -49,7 +49,7 @@ endif $(eval $(call make_sbin,kresd,daemon,yes)) # Targets -date := $(shell date +%F -r NEWS) +date := $(shell date -r NEWS +%F) daemon: $(kresd) $(kresd_DIST) daemon-install: kresd-install bindings-install ifneq ($(SED),)