diff options
author | Damien Miller <djm@mindrot.org> | 2018-07-12 14:54:18 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-13 11:41:33 +1000 |
commit | 6aa1bf475cf3e7a2149acc5a1e80e904749f064c (patch) | |
tree | d4844aea22ff42076af20e1371251ae6f6215eef | |
parent | eef1447ddb559c03725a23d4aa6d03f40e8b0049 (diff) |
rm regress/misc/kexfuzz/*.o in distclean target
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5548ab7b9..d1f708020 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -276,6 +276,7 @@ distclean: regressclean | |||
276 | rm -f regress/unittests/match/test_match | 276 | rm -f regress/unittests/match/test_match |
277 | rm -f regress/unittests/utf8/*.o | 277 | rm -f regress/unittests/utf8/*.o |
278 | rm -f regress/unittests/utf8/test_utf8 | 278 | rm -f regress/unittests/utf8/test_utf8 |
279 | rm -f regress/misc/kexfuzz/*.o | ||
279 | rm -f regress/unittests/misc/kexfuzz | 280 | rm -f regress/unittests/misc/kexfuzz |
280 | (cd openbsd-compat && $(MAKE) distclean) | 281 | (cd openbsd-compat && $(MAKE) distclean) |
281 | if test -d pkg ; then \ | 282 | if test -d pkg ; then \ |