diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:26:05 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-25 11:26:05 -0400 |
commit | 35dec5db1fa207594155432ca55c3b364ee9ecfc (patch) | |
tree | df049707588abf2533048438761dbe50ebf5a51c /Makefile.SH | |
parent | 79849ba8f9d772225f02d8121de454a8a06f4958 (diff) | |
download | perl-35dec5db1fa207594155432ca55c3b364ee9ecfc.tar.gz |
perl 5.11.6 never happened. Remove the traces of its perldelta.
Thanks to Ask for pointing it out.
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1040b71b64..9e9105b2d7 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1013,8 +1013,8 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST $(MINIPERL) $(Icwd) pod/perlmodlib.PL -q -pod/perldelta.pod: pod/perl5116delta.pod - $(LNS) perl5116delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5120delta.pod + $(LNS) perl5120delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |