X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6228239894e946546d7ff33a576453ed4fca04f2..a0f1ed55cd5ae7393b904b2e2bd31c2ee0b59d40:/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;