From 118576556b95b696bf7149e4c6c811cb28c87460 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 4 Sep 2003 18:04:16 +1000 Subject: - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR not $OBJ. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dfc510fae..2f8f04a10 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.243 2003/09/04 03:41:06 dtucker Exp $ +# $Id: Makefile.in,v 1.244 2003/09/04 08:04:16 dtucker Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -383,6 +383,7 @@ tests: $(TARGETS) $(MAKE) \ .OBJDIR="$${BUILDDIR}/regress" \ .CURDIR="`pwd`" \ + BUILDDIR="$${BUILDDIR}" \ OBJ="$${BUILDDIR}/regress" \ PATH="$${BUILDDIR}:$${PATH}" \ TEST_SSH_SSH="$${TEST_SSH_SSH}" \ -- cgit v1.2.3