diff options
author | Damien Miller <djm@mindrot.org> | 2018-09-12 16:50:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-09-12 16:50:01 +1000 |
commit | 41c115a5ea1cb79a6a3182773c58a23f760e8076 (patch) | |
tree | 58b130e571123c1cdebe8dbf214a32b3b00498a6 | |
parent | f0fcd7e65087db8c2496f13ed39d772f8e38b088 (diff) |
delete the correct thing; kexfuzz binary
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2385c62a8..126b2c742 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -280,7 +280,7 @@ distclean: regressclean | |||
280 | rm -f regress/unittests/utf8/*.o | 280 | rm -f regress/unittests/utf8/*.o |
281 | rm -f regress/unittests/utf8/test_utf8 | 281 | rm -f regress/unittests/utf8/test_utf8 |
282 | rm -f regress/misc/kexfuzz/*.o | 282 | rm -f regress/misc/kexfuzz/*.o |
283 | rm -f regress/misc/kexfuzz | 283 | rm -f regress/misc/kexfuzz/kexfuzz$(EXEEXT) |
284 | (cd openbsd-compat && $(MAKE) distclean) | 284 | (cd openbsd-compat && $(MAKE) distclean) |
285 | if test -d pkg ; then \ | 285 | if test -d pkg ; then \ |
286 | rm -fr pkg ; \ | 286 | rm -fr pkg ; \ |