Use portable syntax for REGRESSTMP.
This commit is contained in:
parent
73282b6118
commit
3e9d3192ad
|
@ -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`; \
|
||||
|
|
Loading…
Reference in New Issue