diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-11 17:02:53 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-11 17:02:53 +0100 |
commit | 2b3f5c13d135c1ecf488f4a218fef52b4e090e93 (patch) | |
tree | 361bb7a94cc47f372f40ee4d03a7f4d24355fc90 /Porting/makerel | |
parent | 98e6112272363eb60a3ddeee13b03381e5729032 (diff) | |
download | perl-2b3f5c13d135c1ecf488f4a218fef52b4e090e93.tar.gz |
Add missing win32/config_H.* files to Porting/makerel
Most Win32 shell environments take no notice of these permissions
anyway, but this seems like a safer option than removing them all.
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-x | Porting/makerel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel index a38c8f97e6..35c8dceec6 100755 --- a/Porting/makerel +++ b/Porting/makerel @@ -155,8 +155,12 @@ my @writables = qw( win32/Makefile win32/Makefile.ce win32/makefile.mk + win32/config_H.ce win32/config_H.gc + win32/config_H.gc64 + win32/config_H.gc64nox win32/config_H.vc + win32/config_H.vc64 utils/Makefile uconfig.h ); |