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 5d72ee999..c10b1e779 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.247 2003/09/07 02:34:54 dtucker Exp $ 1# $Id: Makefile.in,v 1.248 2003/09/12 20:02:16 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@
@@ -372,7 +372,7 @@ uninstall:
372 372
373tests: $(TARGETS) 373tests: $(TARGETS)
374 BUILDDIR=`pwd`; \ 374 BUILDDIR=`pwd`; \
375 mkdir -p `pwd`/regress; \ 375 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
376 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ 376 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
377 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \ 377 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
378 TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \ 378 TEST_SSH_SSHAGENT="$${BUILDDIR}/ssh-agent"; \