Use date -I instead of date --iso-8601

FreeBSD's date(1) does not support the long argument form.

Signed-off-by: Tobias Kortkamp <t@tobik.me>
This commit is contained in:
Tobias Kortkamp 2019-09-05 11:00:37 +02:00
parent c8c5ec254a
commit 84161d7c9d
No known key found for this signature in database
GPG Key ID: F4815C5F893E655D

View File

@ -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 >> $@