summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
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 \