From: Darren Tucker Date: Thu, 8 Apr 2021 05:17:19 +0000 (+1000) Subject: Pass OBJ to unit test make invocation. X-Git-Tag: V_8_6_P1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f189181f3ea09a9b08aa866f78843fec800874f;p=thirdparty%2Fopenssh-portable.git Pass OBJ to unit test make invocation. At least the Valgrind unit tests uses $OBJ. --- diff --git a/Makefile.in b/Makefile.in index dddb2e421..b749206dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -712,6 +712,7 @@ unit: regress-unit-binaries $(MAKE) \ .OBJDIR="$${BUILDDIR}/regress" \ .CURDIR="`pwd`" \ + OBJ="$${BUILDDIR}/regress" \ $@ && echo $@ tests passed interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)