summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 269f0140d..5e481fbc4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -591,7 +591,7 @@ regress-unit-binaries: \
591 591
592unit: regress-unit-binaries 592unit: regress-unit-binaries
593 593
594tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) 594tests interop-tests t-exec: unit regress-prep regress-binaries $(TARGETS)
595 BUILDDIR=`pwd`; \ 595 BUILDDIR=`pwd`; \
596 TEST_SSH_SCP="$${BUILDDIR}/scp"; \ 596 TEST_SSH_SCP="$${BUILDDIR}/scp"; \
597 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ 597 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \