summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-29 19:52:32 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-29 19:52:32 +1000
commit2a502ff31031622d983db9846d15682c368f8801 (patch)
tree6b85d75e946b534bc0b3346256fdc78b47a43303
parent0521dcb22eb6c5478c4b652cfc6bb777499aeba7 (diff)
- (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
builds too, from vinschen at redhat.com.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0680b220..882a52ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,8 @@
jason at devrandom.org.
- (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
+ - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
+ builds too, from vinschen at redhat.com.
20040828
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
@@ -1699,4 +1701,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3532 2004/08/29 09:39:09 dtucker Exp $
+$Id: ChangeLog,v 1.3533 2004/08/29 09:52:32 dtucker Exp $
diff --git a/Makefile.in b/Makefile.in
index a603609a..ded7b937 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.263 2004/08/15 11:01:37 dtucker Exp $
+# $Id: Makefile.in,v 1.264 2004/08/29 09:52:32 dtucker Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -376,7 +376,7 @@ tests: $(TARGETS)
BUILDDIR=`pwd`; \
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
[ -f `pwd`/regress/Makefile ] || \
- ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \
+ ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
TEST_SHELL="@TEST_SHELL@"; \
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \