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 /Makefile.SH | |
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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index ccc857c090..2d5006d6dc 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1247,7 +1247,7 @@ _cleaner2: rm -rf t/tmp* rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) - rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old + rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old utils/Makefile rm -f $(private) rm -rf $(unidatafiles) $(unidatadirs) rm -rf lib/auto |