diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5debe2533..a2192eb5d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.291 2008/06/10 12:59:10 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.292 2008/06/10 18:15:05 dtucker Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -394,6 +394,7 @@ tests interop-tests: $(TARGETS) | |||
394 | TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \ | 394 | TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \ |
395 | TEST_SSH_PLINK="plink"; \ | 395 | TEST_SSH_PLINK="plink"; \ |
396 | TEST_SSH_PUTTYGEN="puttygen"; \ | 396 | TEST_SSH_PUTTYGEN="puttygen"; \ |
397 | TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \ | ||
397 | cd $(srcdir)/regress || exit $$?; \ | 398 | cd $(srcdir)/regress || exit $$?; \ |
398 | $(MAKE) \ | 399 | $(MAKE) \ |
399 | .OBJDIR="$${BUILDDIR}/regress" \ | 400 | .OBJDIR="$${BUILDDIR}/regress" \ |