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