diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a603609ae..ded7b9372 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.263 2004/08/15 11:01:37 dtucker Exp $ | 1 | # $Id: Makefile.in,v 1.264 2004/08/29 09:52:32 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@ |
@@ -376,7 +376,7 @@ tests: $(TARGETS) | |||
376 | BUILDDIR=`pwd`; \ | 376 | BUILDDIR=`pwd`; \ |
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 `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \ |
380 | TEST_SHELL="@TEST_SHELL@"; \ | 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"; \ |