summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2010-02-21 19:43:45 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2010-02-21 19:43:45 +0000
commit655da5cf58294402065accbde38f0a9bc7a5594e (patch)
tree2baf24f3c5ffd839036663020b6f4d7b658bcbb0 /Makefile.SH
parent2187fa1935eeeb892e1dbc1b13dce867d64c62e1 (diff)
downloadperl-655da5cf58294402065accbde38f0a9bc7a5594e.tar.gz
Create perl5116delta and update other versions
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
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`