summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-04 18:04:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-04 18:04:16 +1000
commit118576556b95b696bf7149e4c6c811cb28c87460 (patch)
tree3d5f87bfe71aac5349261ced6c9386fede2914b3 /Makefile.in
parent9d9d44811b4f8270807f694d98a13a1b1bf08cf5 (diff)
- [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
not $OBJ.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dfc510fae..2f8f04a10 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.243 2003/09/04 03:41:06 dtucker Exp $ 1# $Id: Makefile.in,v 1.244 2003/09/04 08:04:16 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@
@@ -383,6 +383,7 @@ tests: $(TARGETS)
383 $(MAKE) \ 383 $(MAKE) \
384 .OBJDIR="$${BUILDDIR}/regress" \ 384 .OBJDIR="$${BUILDDIR}/regress" \
385 .CURDIR="`pwd`" \ 385 .CURDIR="`pwd`" \
386 BUILDDIR="$${BUILDDIR}" \
386 OBJ="$${BUILDDIR}/regress" \ 387 OBJ="$${BUILDDIR}/regress" \
387 PATH="$${BUILDDIR}:$${PATH}" \ 388 PATH="$${BUILDDIR}:$${PATH}" \
388 TEST_SSH_SSH="$${TEST_SSH_SSH}" \ 389 TEST_SSH_SSH="$${TEST_SSH_SSH}" \