Fix 'make distclean'.

* Makefile.am (distclean-local): Run 'make distclean' for the
specification tests.
This commit is contained in:
Timothy Sample 2019-05-20 18:04:22 -04:00
parent 95545c9269
commit ad73b36116
1 changed files with 3 additions and 0 deletions

View File

@ -382,3 +382,6 @@ CLEANFILES += \
clean-local:
$(MAKE) $(AM_MAKEFLAGS) -L -C tests/spec clean
distclean-local:
$(MAKE) $(AM_MAKEFLAGS) -L -C tests/spec distclean