summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-12-11 16:26:34 +0000
committerAlasdair Kergon <agk@redhat.com>2001-12-11 16:26:34 +0000
commitebf57159de0c5e6edbc060df02c36e6fa2d2b2d6 (patch)
tree1b344c59006ecc4562994a05c92aee21bc215f79 /Makefile.in
parent199d2aafec608895d4f45b9c7cf2e8163484fa0d (diff)
downloadlvm2-ebf57159de0c5e6edbc060df02c36e6fa2d2b2d6.tar.gz
Apply make distclean to test subdirs too.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 60cee8484..e11122094 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,5 +22,10 @@ VPATH = @srcdir@
SUBDIRS = include man lib tools
+ifeq ($(MAKECMDGOALS),distclean)
+ SUBDIRS += test/mm test/device test/format1 test/regex test/filters
+endif
+
+
include make.tmpl