From 0fc77297e6825ae83618c5137e190aa9f9dac9da Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 17 Dec 2012 15:59:42 +1100 Subject: - (dtucker) [Makefile.in] Add some scaffolding so that the new regress tests will work with VPATH directories. --- ChangeLog | 4 ++++ Makefile.in | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16a6489e5..86f756423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20121217 + - (dtucker) [Makefile.in] Add some scaffolding so that the new regress + tests will work with VPATH directories. + 20121213 - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2012/12/12 16:45:52 diff --git a/Makefile.in b/Makefile.in index e4f9ee194..8765b7efb 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"; \ -- cgit v1.2.3