From: Wayne Davison Date: Sun, 25 Nov 2007 23:03:19 +0000 (-0800) Subject: Give proto.h a build rule so that make re-checks its timestamp. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3db06222afe9960cf6b41c4a90e892c6ee80d44d Give proto.h a build rule so that make re-checks its timestamp. --- diff --git a/Makefile.in b/Makefile.in index 14d7454d..1d2c6981 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,6 +124,7 @@ configure.sh config.h.in: configure.in aclocal.m4 proto: proto.h-tstamp proto.h: proto.h-tstamp + @ls -l proto.h proto.h-tstamp: *.c lib/compat.c perl mkproto.pl *.c lib/compat.c