From 84161d7c9df65aedca5655c7a3ed94f2689304b7 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 5 Sep 2019 11:00:37 +0200 Subject: [PATCH] Use date -I instead of date --iso-8601 FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 455facf2..ca9363c2 100644 --- a/Makefile +++ b/Makefile @@ -213,7 +213,7 @@ clean: $(MAKE) -C qemu_mode/libcompcov clean %.8: % - @echo .TH $* 8 `date --iso-8601` "afl++" > $@ + @echo .TH $* 8 `date -I` "afl++" > $@ @echo .SH NAME >> $@ @echo .B $* >> $@ @echo >> $@