1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-23 13:57:47 +03:00

Apply make distclean to test subdirs too.

This commit is contained in:
Alasdair Kergon 2001-12-11 16:26:34 +00:00
parent 199d2aafec
commit ebf57159de

View 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