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 a813d1747..3e1bbcaa8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.259 2004/06/15 00:44:40 djm Exp $ 1# $Id: Makefile.in,v 1.260 2004/06/20 17:37:33 tim 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@
@@ -377,7 +377,7 @@ tests: $(TARGETS)
377 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 377 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
378 [ -f `pwd`/regress/Makefile ] || \ 378 [ -f `pwd`/regress/Makefile ] || \
379 ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \ 379 ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \
380 TEST_SHELL="@TEST_MINUS_S_SH@"; \ 380 TEST_SHELL="@TEST_SHELL@"; \
381 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ 381 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
382 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \ 382 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
383 TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \ 383 TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \