rm regress/misc/kexfuzz/*.o in distclean target
This commit is contained in:
parent
eef1447ddb
commit
6aa1bf475c
|
@ -276,6 +276,7 @@ distclean: regressclean
|
||||||
rm -f regress/unittests/match/test_match
|
rm -f regress/unittests/match/test_match
|
||||||
rm -f regress/unittests/utf8/*.o
|
rm -f regress/unittests/utf8/*.o
|
||||||
rm -f regress/unittests/utf8/test_utf8
|
rm -f regress/unittests/utf8/test_utf8
|
||||||
|
rm -f regress/misc/kexfuzz/*.o
|
||||||
rm -f regress/unittests/misc/kexfuzz
|
rm -f regress/unittests/misc/kexfuzz
|
||||||
(cd openbsd-compat && $(MAKE) distclean)
|
(cd openbsd-compat && $(MAKE) distclean)
|
||||||
if test -d pkg ; then \
|
if test -d pkg ; then \
|
||||||
|
|
Loading…
Reference in New Issue