diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-20 12:04:05 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-20 12:04:17 -0500 |
commit | 3be84f1f735ea8525d053db3c46c4d927d54a229 (patch) | |
tree | c8de45107fce6ccfbed84e42288dff3eeb06a28b /Makefile.SH | |
parent | 9aa28017be0ac02c57a9d741a81cf244fa99655d (diff) | |
download | perl-3be84f1f735ea8525d053db3c46c4d927d54a229.tar.gz |
create perl5115delta and update other versions
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 ecff689f55..6d1fb082f8 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/perl5114delta.pod - $(LNS) perl5114delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5115delta.pod + $(LNS) perl5115delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |