summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-05 03:09:15 +0100
committerBruno Haible <bruno@clisp.org>2019-02-05 03:09:15 +0100
commit5d5b162449fc2d2249af5222c1877f9624ca659b (patch)
tree77a38838616c45b10d08d388ffa7133b36c5a554 /tests
parent3ffdb63784a31c9e630c6e2296c5baae5708e73f (diff)
downloadlibunistring-5d5b162449fc2d2249af5222c1877f9624ca659b.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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)