From 0945b313bfb78e3b44acdaad39c06ca318c687d2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 2 Sep 2011 14:49:00 +0000 Subject: [PATCH] Hack for build rules of lvmetad FIXME --- daemons/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")