summaryrefslogtreecommitdiff
path: root/daemons/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-09-02 14:49:00 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-09-02 14:49:00 +0000
commit0945b313bfb78e3b44acdaad39c06ca318c687d2 (patch)
tree6e04c154f719bfde4c0b0cc9e36219f19edf0e99 /daemons/Makefile.in
parent7aa56e8f90a7094bb9d694d29d537500846d8a5a (diff)
downloadlvm2-0945b313bfb78e3b44acdaad39c06ca318c687d2.tar.gz
Hack for build rules of lvmetad
FIXME
Diffstat (limited to 'daemons/Makefile.in')
-rw-r--r--daemons/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemons/Makefile.in b/daemons/Makefile.in
index 5a72c4fda..70cec8cf6 100644
--- a/daemons/Makefile.in
+++ b/daemons/Makefile.in
@@ -32,7 +32,8 @@ endif
ifeq ("@BUILD_LVMETAD@", "yes")
SUBDIRS += lvmetad
-device-mapper: libdaemon.a
+# FIXME: build dependency order needs rule fixing, using hack
+all: libdaemon.a
endif
ifeq ("@BUILD_DMEVENTD@", "yes")