]> sourceware.org Git - lvm2.git/commitdiff
Apply make distclean to test subdirs too.
authorAlasdair Kergon <agk@redhat.com>
Tue, 11 Dec 2001 16:26:34 +0000 (16:26 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 11 Dec 2001 16:26:34 +0000 (16:26 +0000)
Makefile.in

index 60cee8484ce0925801097ce47f880a4011b02a7f..e11122094d87eaeadfc0ab3013c9079900e8dd26 100644 (file)
@@ -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
 
This page took 0.031487 seconds and 5 git commands to generate.