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 c10b1e779..8a8774461 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.248 2003/09/12 20:02:16 tim Exp $ 1# $Id: Makefile.in,v 1.249 2003/09/14 01:40:36 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@
@@ -386,7 +386,7 @@ tests: $(TARGETS)
386 .OBJDIR="$${BUILDDIR}/regress" \ 386 .OBJDIR="$${BUILDDIR}/regress" \
387 .CURDIR="`pwd`" \ 387 .CURDIR="`pwd`" \
388 BUILDDIR="$${BUILDDIR}" \ 388 BUILDDIR="$${BUILDDIR}" \
389 OBJ="$${BUILDDIR}/regress" \ 389 OBJ="$${BUILDDIR}/regress/" \
390 PATH="$${BUILDDIR}:$${PATH}" \ 390 PATH="$${BUILDDIR}:$${PATH}" \
391 TEST_SSH_SSH="$${TEST_SSH_SSH}" \ 391 TEST_SSH_SSH="$${TEST_SSH_SSH}" \
392 TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \ 392 TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \