From: Petr Rockai Date: Thu, 23 Feb 2012 13:58:56 +0000 (+0000) Subject: Add a missed dependency that is required to pull in dameons/common in an early X-Git-Tag: v2_02_96~348 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=52e8e908d69ef8224ae74c4e6f276fc57172b631;p=lvm2.git Add a missed dependency that is required to pull in dameons/common in an early part of the build. --- diff --git a/daemons/Makefile.in b/daemons/Makefile.in index b78d0a584..37d835802 100644 --- a/daemons/Makefile.in +++ b/daemons/Makefile.in @@ -52,3 +52,4 @@ ifeq ("@BUILD_LVMETAD@", "yes") lvmetad: common.device-mapper endif +device-mapper: common.device-mapper