summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-11 05:15:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-11 05:15:51 +1000
commit34f49c60fd8f5320ac91f191379adf748405ed9a (patch)
tree4b7c1b6b27b0a0d587fad8188b4f2cc25e309123 /Makefile.in
parent5d37690a1f702db627f00146a5ace7949676eeb0 (diff)
- (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
as environment.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a2192eb5..66d394af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.292 2008/06/10 18:15:05 dtucker Exp $
+# $Id: Makefile.in,v 1.293 2008/06/10 19:15:51 dtucker Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -413,6 +413,7 @@ tests interop-tests: $(TARGETS)
TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
+ TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
EXEEXT="$(EXEEXT)" \
$@