diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-03 22:50:08 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-07 12:42:02 +0200 |
commit | 0827416ddd18f3894cff2e82930c4f441b56e4a8 (patch) | |
tree | 89276cff41763b241f151daf97dccb6bc47b723d /Porting/makerel | |
parent | 145bbcacfa5da244463c1a32e9230278dd2eff31 (diff) | |
download | perl-0827416ddd18f3894cff2e82930c4f441b56e4a8.tar.gz |
Generate utils/Makefile from utils/Makefile.PL, and remove it at clean time.
Add rules to the Win32 Makefiles to call utils/Makefile.PL to generate
utils/Makefile, and rules to both them and the *nix Makefile to delete
the generated file as part of the cleanup targets.
VMS continues to do its own thing, rather than using utils/Makefile.
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-x | Porting/makerel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel index 8822aff554..9e6779fef5 100755 --- a/Porting/makerel +++ b/Porting/makerel @@ -160,7 +160,6 @@ my @writables = qw( win32/config_H.ce win32/config_H.gc win32/config_H.vc - utils/Makefile uconfig.h ); system("chmod u+w @writables") == 0 |