From 18b94d96896c137685cc994bbb9c274b9d9bbb6d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 26 Nov 2007 11:33:42 +0000 Subject: [PATCH] =?utf8?q?uconfig.h=20must=20be=20writable=20for=20micrope?= =?utf8?q?rl=20(thanks=20to=20S=C3=A9bastien=20Aperghis-Tramoni)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit p4raw-id: //depot/perl@32495 --- Porting/makerel | 1 + 1 file changed, 1 insertion(+) diff --git a/Porting/makerel b/Porting/makerel index 6412f2e..ac80aaa 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: $!"; -- 2.7.4