Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS

This is needed after bbd16236e9 (and
99feb137f5).
This commit is contained in:
Alex Richardson 2021-08-02 15:34:26 +01:00
parent 31ba4ce889
commit 5c9cb96a23

View File

@ -266,8 +266,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/elf.h
# Linux/MacOS since we only use flags that are supported by all of them.
_host_tools_to_symlink= basename bzip2 bunzip2 chmod chown cmp comm cp date dd \
dirname echo env false find fmt gzip gunzip head hostname id ln ls \
mkdir mv nice patch rm sh sleep stat tee touch tr true uname uniq unxz \
wc which xz
mkdir mv nice patch rm sh sleep stat tee time touch tr true uname uniq \
unxz wc which xz
# We also need a symlink to the absolute path to the make binary used for
# the toplevel makefile. This is not necessarily the same as `which make`