From f81f1bbc5b892c8614ea740b1f92735652eb43f0 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sat, 21 Feb 2015 18:12:10 -0800 Subject: out of tree build fix --- regress/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/Makefile b/regress/Makefile index a5eaa0997..ecc688cab 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -178,10 +178,10 @@ t11: awk '{print $$2}' | diff - ${.CURDIR}/t11.ok t12.out: - ${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $@ + ${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $(OBJ)/$@ t12: t12.out - ${TEST_SSH_SSHKEYGEN} -lf t12.out.pub | grep -q test-comment-1234 + ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t12.out.pub | grep -q test-comment-1234 t-exec: ${LTESTS:=.sh} @if [ "x$?" = "x" ]; then exit 0; fi; \ -- cgit v1.2.3