summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5b63d896e..c1b7ab5a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.296 2008/07/04 23:50:24 djm Exp $ 1# $Id: Makefile.in,v 1.297 2008/07/08 14:21:12 djm 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@
@@ -419,7 +419,7 @@ tests interop-tests: $(TARGETS)
419 TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \ 419 TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
420 TEST_SSH_IPV6="@TEST_SSH_IPV6@" \ 420 TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
421 EXEEXT="$(EXEEXT)" \ 421 EXEEXT="$(EXEEXT)" \
422 $@ 422 $@ && echo all tests passed
423 423
424compat-tests: $(LIBCOMPAT) 424compat-tests: $(LIBCOMPAT)
425 (cd openbsd-compat/regress && $(MAKE)) 425 (cd openbsd-compat/regress && $(MAKE))