Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.53
diff -c -r1.53 Configure.pl
*** Configure.pl	31 Dec 2001 19:40:14 -0000	1.53
--- Configure.pl	31 Dec 2001 20:02:15 -0000
***************
*** 338,343 ****
--- 338,346 ----
      copy("platforms/generic.c", "platform.c");
  }
  
+ my $now = time;
+ utime $now, $now, "include/parrot/platform.h", "platform.c";
+ 
  unless( $c{debugging} ) {
      $c{ld_debug} = ' ';
      $c{cc_debug} = ' ';
