]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Add a Makefile rule to depend on the change of the include files
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 4 Apr 2010 07:26:47 +0000 (07:26 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 4 Apr 2010 07:26:47 +0000 (07:26 +0000)
Makefile.in

index 29c95f3f707ee02deb6bc84fc0ae20f1572ff37c..42b0024aefed8f017484b59aad3bc82ea0a49a1b 100644 (file)
@@ -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)