summaryrefslogtreecommitdiff
path: root/daemons/Makefile.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-02-23 13:58:56 +0000
committerPetr Rockai <prockai@redhat.com>2012-02-23 13:58:56 +0000
commit52e8e908d69ef8224ae74c4e6f276fc57172b631 (patch)
tree9c486ca51e58d4d6f804bf07dfd4508c3af1fc0b /daemons/Makefile.in
parentce700e70d2f728b562cca94b856406952df62c44 (diff)
downloadlvm2-52e8e908d69ef8224ae74c4e6f276fc57172b631.tar.gz
Add a missed dependency that is required to pull in dameons/common in an early
part of the build.
Diffstat (limited to 'daemons/Makefile.in')
-rw-r--r--daemons/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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