out of tree build fix

This commit is contained in:
Tim Rice 2015-02-21 18:12:10 -08:00
parent 2e13a1e4d2
commit f81f1bbc5b
1 changed files with 2 additions and 2 deletions

View File

@ -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; \