summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-23 14:10:53 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-23 14:10:53 +1100
commit3e9d3192ad43758ef761c5b0aa3ac5ccf8121ef2 (patch)
tree042d9d833a7aa73e5b26c83ea941936c10bfa4b2 /Makefile.in
parent73282b61187883a2b2bb48e087fdda1d751d6059 (diff)
Use portable syntax for REGRESSTMP.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2d9220ba6..2d26e83af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -567,7 +567,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
567 regress/unittests/utf8/test_utf8$(EXEEXT) \ 567 regress/unittests/utf8/test_utf8$(EXEEXT) \
568 regress/misc/kexfuzz/kexfuzz$(EXEEXT) 568 regress/misc/kexfuzz/kexfuzz$(EXEEXT)
569 569
570REGRESSTMP := "$(BUILDDIR)/regress" 570REGRESSTMP = "$(BUILDDIR)/regress"
571 571
572tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS) 572tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
573 BUILDDIR=`pwd`; \ 573 BUILDDIR=`pwd`; \