From 41c115a5ea1cb79a6a3182773c58a23f760e8076 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 12 Sep 2018 16:50:01 +1000 Subject: [PATCH] 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 2385c62a8..126b2c742 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 ; \