X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a6c5741c37d846abdc82af6ccd9ed35cb28fc0d2..bdac7621eea8aaf7330174f787f68c67215ed026:/prepare-source.mak diff --git a/prepare-source.mak b/prepare-source.mak index 137a71c9..8a6fd905 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -4,9 +4,9 @@ configure: configure.in aclocal.m4 autoconf config.h.in: configure.in aclocal.m4 - autoheader + autoheader && touch config.h.in -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; \