From d6dabf47c8a213728cab67c09032636c78939dab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sun, 4 Apr 2010 07:26:47 +0000 Subject: [PATCH] Add a Makefile rule to depend on the change of the include files --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.3