uconfig.h must be writable for microperl
Rafael Garcia-Suarez [Mon, 26 Nov 2007 11:33:42 +0000 (11:33 +0000)]
(thanks to Sébastien Aperghis-Tramoni)

p4raw-id: //depot/perl@32495

Porting/makerel

index 6412f2e..ac80aaa 100644 (file)
@@ -140,6 +140,7 @@ my @writables = qw(
     win32/config_H.gc
     win32/config_H.vc
     utils/Makefile
+    uconfig.h
 );
 system("chmod +w @writables") == 0
     or die "system: $!";