]> sourceware.org Git - lvm2.git/commitdiff
missing Makefile dep
authorAlasdair Kergon <agk@redhat.com>
Fri, 23 Sep 2011 17:05:44 +0000 (17:05 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 23 Sep 2011 17:05:44 +0000 (17:05 +0000)
man/Makefile.in

index 7357a42b24a84449617aadd2bfc0d7640e728174..aa4b2a94e3581f2d6e7a1fa1d0d31a6e94e2f46a 100644 (file)
@@ -68,7 +68,7 @@ device-mapper: $(MAN8DM)
 
 man: $(MAN5) $(MAN8) $(MAN8CLUSTER)
 
-$(MAN5) $(MAN8) $(MAN8CLUSTER):        Makefile
+$(MAN5) $(MAN8) $(MAN8DM) $(MAN8CLUSTER):      Makefile
 
 %: %.in
        @case "$@" in \
This page took 0.03136 seconds and 5 git commands to generate.