summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-06-03 12:05:02 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-06-04 15:57:18 +0200
commit9b2be901ed55ff309da8e94879cacb560f21dc2b (patch)
treefc661f2556b841aee608c1e4d5603d5d30345593 /Makefile.in
parenteb2c68590b766e25ada9d425ad0b6602cd724fcc (diff)
downloadlvm2-9b2be901ed55ff309da8e94879cacb560f21dc2b.tar.gz
makefiles: cleanup update
Cleanup also test dir. Distclean unit tests.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4d3957740..ceb89649b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,6 +38,9 @@ endif
SUBDIRS += scripts
+ifeq ($(MAKECMDGOALS),clean)
+ SUBDIRS += test
+endif
# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = doc include man test scripts \