diff options
-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: $!"; |