summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordtucker <dtucker>2012-12-17 04:59:42 +0000
committerdtucker <dtucker>2012-12-17 04:59:42 +0000
commiteabef7fc5609b49135a03b222e787e1b53e541d7 (patch)
tree96e6491eb823c38ae4cc99487d99ffaf8ba6dab4 /Makefile.in
parent91cef634ed8e8b879b2474d6b536436575675575 (diff)
downloadopenssh-eabef7fc5609b49135a03b222e787e1b53e541d7.tar.gz
- (dtucker) [Makefile.in] Add some scaffolding so that the new regress
tests will work with VPATH directories.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e4f9ee19..8765b7ef 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.328 2012/10/05 05:41:07 dtucker Exp $
+# $Id: Makefile.in,v 1.329 2012/12/17 04:59:43 dtucker Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -384,6 +384,9 @@ tests interop-tests: $(TARGETS)
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
[ -f `pwd`/regress/Makefile ] || \
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
+ [ -f `pwd`/regress/modpipe.c ] || \
+ ln -s `cd $(srcdir) && pwd`/regress/modpipe.c `pwd`/regress/modpipe.c; \
+ (cd regress && make prereq); \
TEST_SHELL="@TEST_SHELL@"; \
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \