From 5d5b162449fc2d2249af5222c1877f9624ca659b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 5 Feb 2019 03:09:15 +0100 Subject: Remove left-over empty directories in 'make distclean'. * lib/Makefile.am (DISTCLEANDIRS, DISTCLEANDIRS_NOT_IN_SRCDIR): New variables. (distclean-local): New target. * tests/Makefile.am (distclean-local): New target. --- tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index a79b9d9..97a3adb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,3 +37,9 @@ CHECKER_END_OF_COMMENTS = # This must be the last thing that gets added to TESTS_ENVIRONMENT. TESTS_ENVIRONMENT += $(SHELL) $(top_srcdir)/build-aux/run-test '$(CHECKER)' + + +# Remove .deps directories creates by 'configure'. +# I would say that this left-over is an Automake 1.16.1 bug. +distclean-local: + rm -rf $(DEPDIR) */$(DEPDIR) -- cgit v1.2.1