mirror of git://anongit.mindrot.org/openssh.git
Replace $(CURDIR) with $(PWD).
The former doesn't work on Solaris or BSDs.
This commit is contained in:
parent
534b2680a1
commit
ac53ce46cf
|
@ -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`; \
|
||||
|
|
Loading…
Reference in New Issue