From: Frédéric Marchal Date: Sun, 4 Apr 2010 07:26:47 +0000 (+0000) Subject: Add a Makefile rule to depend on the change of the include files X-Git-Tag: v2.3-pre2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dabf47c8a213728cab67c09032636c78939dab;p=thirdparty%2Fsarg.git Add a Makefile rule to depend on the change of the include files --- diff --git a/Makefile.in b/Makefile.in index 29c95f3..42b0024 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,6 +52,8 @@ all: sarg .c.o: $(CC) -c -I. $(CPPFLAGS) $(DEFS) $(CFLAGS) $< +*.o: include/conf.h include/info.h include/defs.h + sarg: $(OBJS) $(CC) $(LDFLAGS) $(OBJS) -o $@ $(LIBS) $(LIBCRYPT)