summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
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 12d84ff8be..6d17240789 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1029,8 +1029,8 @@ pod/perlapi.pod pod/perlintern.pod: miniperl$(EXE_EXT) autodoc.pl embed.fnc
pod/perlmodlib.pod: miniperl$(EXE_EXT) pod/perlmodlib.PL MANIFEST
$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib pod/perlmodlib.PL -q
-pod/perldelta.pod: pod/perl5101delta.pod
- $(LNS) perl5101delta.pod pod/perldelta.pod
+pod/perldelta.pod: pod/perl5102delta.pod
+ $(LNS) perl5102delta.pod pod/perldelta.pod
extra.pods: miniperl$(EXE_EXT)
-@test ! -f extra.pods || rm -f `cat extra.pods`