summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-29 14:09:25 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-29 14:09:25 +0000
commit1a91d0914e9709417f0582999eaaef85d80a29ce (patch)
tree4f5f719fa4671db790f00f6e9e12230445f097be /Makefile.in
parent08db4eeb5135831f4985b9b09fe3c3ee333ae8d0 (diff)
downloadlvm2-1a91d0914e9709417f0582999eaaef85d80a29ce.tar.gz
lvm2-1a91d0914e9709417f0582999eaaef85d80a29ce.tar.xz
lvm2-1a91d0914e9709417f0582999eaaef85d80a29ce.zip
distclean fixes
Move daemons/ and lib/ subtargets to their Makefiles so we don't get double cleanup error during execution of distclean target. Instead of duplicating clean target inside distclean target, just use it as a subtarget and avoid add duplicating code.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 49c17bcc..157d995c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,16 +34,7 @@ ifeq ("@APPLIB@", "yes")
endif
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS += daemons/clvmd \
- daemons/cmirrord \
- daemons/dmeventd/plugins \
- daemons/dmeventd \
- lib/format1 \
- lib/format_pool \
- lib/locking \
- lib/mirror \
- lib/snapshot \
- liblvm \
+ SUBDIRS += liblvm \
udev \
test/api \
test \