From: Darren Tucker Date: Mon, 26 Feb 2018 05:24:23 +0000 (+1100) Subject: Replace $(CURDIR) with $(PWD). X-Git-Tag: V_7_7_P1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac53ce46cf8165cbda7f57ee045f9f32e1e92b31;p=thirdparty%2Fopenssh-portable.git Replace $(CURDIR) with $(PWD). The former doesn't work on Solaris or BSDs. --- diff --git a/Makefile.in b/Makefile.in index b2fce4ae0..04e1c8e53 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`; \