mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-01 15:22:06 +00:00
Use portable syntax for REGRESSTMP.
This commit is contained in:
parent
73282b6118
commit
3e9d3192ad
@ -567,7 +567,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
|
|||||||
regress/unittests/utf8/test_utf8$(EXEEXT) \
|
regress/unittests/utf8/test_utf8$(EXEEXT) \
|
||||||
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
|
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
|
||||||
|
|
||||||
REGRESSTMP := "$(BUILDDIR)/regress"
|
REGRESSTMP = "$(BUILDDIR)/regress"
|
||||||
|
|
||||||
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
|
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
|
||||||
BUILDDIR=`pwd`; \
|
BUILDDIR=`pwd`; \
|
||||||
|
Loading…
Reference in New Issue
Block a user