From ad73b36116e5764a29a12349938445da12425b08 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Mon, 20 May 2019 18:04:22 -0400 Subject: [PATCH] Fix 'make distclean'. * Makefile.am (distclean-local): Run 'make distclean' for the specification tests. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 40bcea2..c4e4817 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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