diff --git a/Makefile b/Makefile index f4c2c473693..b280f918a9d 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ targets: .endfor .if defined(DOING_TINDERBOX) -FAILFILE=tinderbox.failed +FAILFILE=${.CURDIR}/_.tinderbox.failed MAKEFAIL=tee -a ${FAILFILE} .else MAKEFAIL=cat