Use portable syntax for REGRESSTMP.

This commit is contained in:
Darren Tucker 2018-02-23 14:10:53 +11:00
parent 73282b6118
commit 3e9d3192ad
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
regress/unittests/utf8/test_utf8$(EXEEXT) \
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
REGRESSTMP := "$(BUILDDIR)/regress"
REGRESSTMP = "$(BUILDDIR)/regress"
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
BUILDDIR=`pwd`; \