From: Wayne Davison Date: Mon, 6 Feb 2006 04:53:02 +0000 (+0000) Subject: Changed the "proto" target to "proto.h". X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a6c5741c37d846abdc82af6ccd9ed35cb28fc0d2 Changed the "proto" target to "proto.h". --- diff --git a/prepare-source.mak b/prepare-source.mak index 8cb6ce08..137a71c9 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -1,4 +1,4 @@ -gen: configure config.h.in proto man +gen: configure config.h.in proto.h man configure: configure.in aclocal.m4 autoconf @@ -6,7 +6,7 @@ configure: configure.in aclocal.m4 config.h.in: configure.in aclocal.m4 autoheader -proto: +proto.h: 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; \