diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 11:33:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 11:33:42 +0000 |
commit | 18b94d96896c137685cc994bbb9c274b9d9bbb6d (patch) | |
tree | b77a0615eaf06b4e1281ecdb99dfae44bfbfa401 /Porting | |
parent | c8d65f1035cb1d70dc2830289eaeb81b4e0d2ff8 (diff) | |
download | perl-18b94d96896c137685cc994bbb9c274b9d9bbb6d.tar.gz |
uconfig.h must be writable for microperl
(thanks to Sébastien Aperghis-Tramoni)
p4raw-id: //depot/perl@32495
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/makerel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel index 6412f2e674..ac80aaa385 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -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: $!"; |