Document --8-bit (-8).
[rsync/rsync.git] / prepare-source.mak
index 137a71c..b54beee 100644 (file)
@@ -5,8 +5,9 @@ configure: configure.in aclocal.m4
 
 config.h.in: configure.in aclocal.m4
        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; \