[openssh-commits] [openssh] 08/11: delete the correct thing; kexfuzz binary
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 12 16:52:19 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 41c115a5ea1cb79a6a3182773c58a23f760e8076
Author: Damien Miller <djm at mindrot.org>
Date: Wed Sep 12 16:50:01 2018 +1000
delete the correct thing; kexfuzz binary
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 2385c62a..126b2c74 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -280,7 +280,7 @@ distclean: regressclean
rm -f regress/unittests/utf8/*.o
rm -f regress/unittests/utf8/test_utf8
rm -f regress/misc/kexfuzz/*.o
- rm -f regress/misc/kexfuzz
+ rm -f regress/misc/kexfuzz/kexfuzz$(EXEEXT)
(cd openbsd-compat && $(MAKE) distclean)
if test -d pkg ; then \
rm -fr pkg ; \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list