diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bfe29344e..b2fce4ae0 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -577,7 +577,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \ | |||
577 | regress/unittests/utf8/test_utf8$(EXEEXT) \ | 577 | regress/unittests/utf8/test_utf8$(EXEEXT) \ |
578 | regress/misc/kexfuzz/kexfuzz$(EXEEXT) | 578 | regress/misc/kexfuzz/kexfuzz$(EXEEXT) |
579 | 579 | ||
580 | REGRESSTMP = "$(BUILDDIR)/regress" | 580 | REGRESSTMP = "$(CURDIR)/regress" |
581 | 581 | ||
582 | tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) | 582 | tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) |
583 | BUILDDIR=`pwd`; \ | 583 | BUILDDIR=`pwd`; \ |