diff options
author | Leon Brocard <acme@astray.com> | 2009-11-20 07:43:44 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-11-20 07:43:44 +0000 |
commit | 2e8102e639cc68472aff0bc83e9a5410f171bfa9 (patch) | |
tree | 9bbff3a5ec7e65b7c7c3a7e3b2466917585b9f07 /Makefile.SH | |
parent | ef72e12fee0e6264c2501171ff388ea92231f225 (diff) | |
download | perl-2e8102e639cc68472aff0bc83e9a5410f171bfa9.tar.gz |
create perl5113delta
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 636d18f2cd..244559e2ea 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1001,8 +1001,8 @@ pod/perlapi.pod 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/perl5112delta.pod - $(LNS) perl5112delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5113delta.pod + $(LNS) perl5113delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |