diff options
author | dtucker <dtucker> | 2003-09-04 08:04:16 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2003-09-04 08:04:16 +0000 |
commit | affb4b3fdc743a0e4f640ae057ebe8b01829a82d (patch) | |
tree | c62a9404a35048d50e533c08fdd3327f1ca1a322 /Makefile.in | |
parent | ab48e14fc2c3c2b86d84e1a13ef7b82e99a242ec (diff) | |
download | openssh-affb4b3fdc743a0e4f640ae057ebe8b01829a82d.tar.gz |
- [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR
not $OBJ.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dfc510fa..2f8f04a1 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}" \ |