[openssh-commits] [openssh] 02/02: out of tree build fix
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Feb 22 13:13:29 AEDT 2015
This is an automated email from the git hooks/post-receive script.
tim pushed a commit to branch master
in repository openssh.
commit f81f1bbc5b892c8614ea740b1f92735652eb43f0
Author: Tim Rice <tim at multitalents.net>
Date: Sat Feb 21 18:12:10 2015 -0800
out of tree build fix
---
regress/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/Makefile b/regress/Makefile
index a5eaa09..ecc688c 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; \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list