From a170f22baf18af0b1acf2788b8b715605f41a1f9 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 9 Jun 2015 22:41:13 -0700 Subject: 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 0ea179579..cba83f4d6 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} -- cgit v1.2.3