Remove duplication for -x option.
[rsync.git] / mkproto.pl
index 11b0cd2fe70c2fea4d2e1475f09aad5c9dee03b6..cdeb2ea3c9b815130d81bdf667a0c8a3d7c88d90 100644 (file)
@@ -44,3 +44,5 @@ if ($old_protos ne $protos) {
     print OUT $protos;
     close OUT;
 }
+
+open(OUT, '>proto.h-tstamp') and close OUT;