summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-26 16:24:23 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-26 16:24:23 +1100
commitac53ce46cf8165cbda7f57ee045f9f32e1e92b31 (patch)
tree36f19872fd326248d9d59b3b09303d2a00102fe9 /Makefile.in
parent534b2680a15d14e7e60274d5b29b812d44cc5a44 (diff)
Replace $(CURDIR) with $(PWD).
The former doesn't work on Solaris or BSDs.
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 b2fce4ae..04e1c8e5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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`; \