From: Dan Williams Date: Tue, 16 Sep 2008 03:58:41 +0000 (-0700) Subject: Makefile: Add mdmon header dependencies X-Git-Tag: mdadm-3.0-devel1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2534825272003cb1735ff6676fba57b66c7eb95;p=thirdparty%2Fmdadm.git Makefile: Add mdmon header dependencies Signed-off-by: Dan Williams --- diff --git a/Makefile b/Makefile index 4a19fa9a..9f08c425 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,8 @@ mdadm.conf.man : mdadm.conf.5 mdassemble.man : mdassemble.8 nroff -man mdassemble.8 > mdassemble.man -$(OBJS) : mdadm.h bitmap.h +$(OBJS) : mdadm.h mdmon.h bitmap.h +$(MON_OBJS) : mdadm.h mdmon.h bitmap.h sha1.o : sha1.c sha1.h md5.h $(CC) $(CFLAGS) -DHAVE_STDINT_H -o sha1.o -c sha1.c