diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-21 19:43:45 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-21 19:43:45 +0000 |
commit | 655da5cf58294402065accbde38f0a9bc7a5594e (patch) | |
tree | 2baf24f3c5ffd839036663020b6f4d7b658bcbb0 /Makefile.SH | |
parent | 2187fa1935eeeb892e1dbc1b13dce867d64c62e1 (diff) | |
download | perl-655da5cf58294402065accbde38f0a9bc7a5594e.tar.gz |
Create perl5116delta 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 5295dcc5f8..1040b71b64 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/perl5115delta.pod - $(LNS) perl5115delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5116delta.pod + $(LNS) perl5116delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |