From: Wayne Davison Date: Mon, 6 Feb 2006 05:06:52 +0000 (+0000) Subject: Added dependencies for proto.h. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ef4e0d5e7e4348a0c660537458a7391094e9469c Added dependencies for proto.h. --- diff --git a/prepare-source.mak b/prepare-source.mak index 137a71c9..0fdd8081 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -6,7 +6,7 @@ configure: configure.in aclocal.m4 config.h.in: configure.in aclocal.m4 autoheader -proto.h: +proto.h: *.c lib/compat.c cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new if diff proto.h proto.h.new >/dev/null; then \ rm proto.h.new; \