Replace $(CURDIR) with $(PWD).

The former doesn't work on Solaris or BSDs.
This commit is contained in:
Darren Tucker 2018-02-26 16:24:23 +11:00
parent 534b2680a1
commit ac53ce46cf
1 changed files with 1 additions and 1 deletions

View File

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