diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2008-11-18 13:16:03 +0000 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2008-11-18 13:16:03 +0000 |
commit | 98cd0c141c901877366ac2c5743a8fb683f8938d (patch) | |
tree | 5704eaf5171a50b8b8ac992ef025867987b5970f /Makefile.in | |
parent | 3015b03df2b6a7876c7a3980e18d901dfdfd5f3e (diff) | |
download | lvm2-98cd0c141c901877366ac2c5743a8fb683f8938d.tar.gz |
daemons depends on liblvm2cmd - fixes parallel builds
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2009fa1fd..07f22c675 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ include make.tmpl libdm: include lib: libdm -daemons: lib +daemons: lib tools tools: lib device-mapper po: tools daemons |