X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6228239894e946546d7ff33a576453ed4fca04f2..591c224584c04e0d6f58ece969946bd5472f7c89:/mkproto.pl diff --git a/mkproto.pl b/mkproto.pl index 11b0cd2f..cdeb2ea3 100644 --- a/mkproto.pl +++ b/mkproto.pl @@ -44,3 +44,5 @@ if ($old_protos ne $protos) { print OUT $protos; close OUT; } + +open(OUT, '>proto.h-tstamp') and close OUT;