summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-05-23 07:22:32 -0400
committerDavid Golden <dagolden@cpan.org>2010-05-23 07:22:32 -0400
commitf83c51e56b41b58bf562b416ffc86a6548df8f88 (patch)
tree64c888683786f48b2698d895cb5f9bb5dd42192e /Makefile.SH
parent000c65fce914409ad42f49763dbced48187b5baf (diff)
downloadperl-f83c51e56b41b58bf562b416ffc86a6548df8f88.tar.gz
create perl5132delta
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 5a2517e242..df1ae506a2 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/perl5131delta.pod
- $(LNS) perl5131delta.pod pod/perldelta.pod
+pod/perldelta.pod: pod/perl5132delta.pod
+ $(LNS) perl5132delta.pod pod/perldelta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`