[openssh-commits] [openssh] 01/01: Fix t12 rules for out of tree builds.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jun 10 15:42:42 AEST 2015


This is an automated email from the git hooks/post-receive script.

tim pushed a commit to branch master
in repository openssh.

commit a170f22baf18af0b1acf2788b8b715605f41a1f9
Author: Tim Rice <tim at multitalents.net>
Date:   Tue Jun 9 22:41:13 2015 -0700

    Fix t12 rules for out of tree builds.
---
 regress/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regress/Makefile b/regress/Makefile
index 0ea1795..cba83f4 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -182,10 +182,10 @@ t11:
 	${TEST_SSH_SSHKEYGEN} -E sha256 -lf ${.CURDIR}/rsa_openssh.pub |\
 		awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
 
-t12.out:
-	${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $(OBJ)/$@
+$(OBJ)/t12.out:
+	${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
 
-t12: t12.out
+t12: $(OBJ)/t12.out
 	${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t12.out.pub | grep test-comment-1234 >/dev/null
 
 t-exec:	${LTESTS:=.sh}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list