summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-04-16 11:57:42 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-04-18 16:38:49 +0200
commite552824dc046b90f201de8041730f2dbf6969aa0 (patch)
tree1f65d2425bbca61a241beb4cbad014bd33ef4176
parent07274f3dd4bd0aafb5dbf501906534c0668b1802 (diff)
downloadlvm2-e552824dc046b90f201de8041730f2dbf6969aa0.tar.gz
makefiles: move subdir into same section
Just shift few lines
-rw-r--r--daemons/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/daemons/Makefile.in b/daemons/Makefile.in
index c83e0da05..9a7351681 100644
--- a/daemons/Makefile.in
+++ b/daemons/Makefile.in
@@ -15,10 +15,6 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-ifeq ("@BUILD_LVMETAD@", "yes")
- SUBDIRS += lvmetad
-endif
-
.PHONY: dmeventd clvmd cmirrord lvmetad
ifneq ("@CLVMD@", "none")
@@ -36,6 +32,10 @@ daemons.cflow: dmeventd.cflow
endif
endif
+ifeq ("@BUILD_LVMETAD@", "yes")
+ SUBDIRS += lvmetad
+endif
+
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = clvmd cmirrord dmeventd lvmetad
endif