From: Zdenek Kabelac Date: Fri, 2 Sep 2011 14:49:00 +0000 (+0000) Subject: Hack for build rules of lvmetad X-Git-Tag: v2_02_91~602 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0945b313bfb78e3b44acdaad39c06ca318c687d2;p=lvm2.git Hack for build rules of lvmetad FIXME --- 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")