1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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 c41413c499
commit 5b82db9a17

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