[openssh-commits] [openssh] 01/01: Make "unit" a dependency of "test".

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 24 00:13:55 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 4e8d0dd78d5f6142841a07dc8b8c6b4730eaf587
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Jul 24 00:12:51 2019 +1000

    Make "unit" a dependency of "test".
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 269f0140..5e481fbc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -591,7 +591,7 @@ regress-unit-binaries: \
 
 unit: regress-unit-binaries
 
-tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
+tests interop-tests t-exec: unit regress-prep regress-binaries $(TARGETS)
 	BUILDDIR=`pwd`; \
 	TEST_SSH_SCP="$${BUILDDIR}/scp"; \
 	TEST_SSH_SSH="$${BUILDDIR}/ssh"; \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list