- Updated the address for the FSF in the opening comment.
[rsync/rsync.git] / prepare-source.mak
index 0fdd808..8a6fd90 100644 (file)
@@ -4,7 +4,7 @@ configure: configure.in aclocal.m4
        autoconf
 
 config.h.in: configure.in aclocal.m4
-       autoheader
+       autoheader && touch config.h.in
 
 proto.h: *.c lib/compat.c
        cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new