fix path in distclean target

Patch from Jakub Jelen
This commit is contained in:
Damien Miller 2018-08-23 13:03:32 +10:00
parent 7fef173c28
commit ff729025c7
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ distclean: regressclean
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/misc/kexfuzz/*.o
rm -f regress/unittests/misc/kexfuzz rm -f regress/misc/kexfuzz
(cd openbsd-compat && $(MAKE) distclean) (cd openbsd-compat && $(MAKE) distclean)
if test -d pkg ; then \ if test -d pkg ; then \
rm -fr pkg ; \ rm -fr pkg ; \