diff options
author | Leon Brocard <acme@astray.com> | 2010-04-20 21:31:17 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2010-04-20 21:31:17 +0100 |
commit | d4438f940607d4d475fcd9312e68e0c99c6c6d8b (patch) | |
tree | dc131bc67d78dd844017b46f67cf1e8383290f69 /Makefile.SH | |
parent | a4ef29484100fcd961129071b2ca69064250b195 (diff) | |
download | perl-d4438f940607d4d475fcd9312e68e0c99c6c6d8b.tar.gz |
create perl5131delta
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 cbb4bc8c3f..5a2517e242 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/perl5130delta.pod - $(LNS) perl5130delta.pod pod/perldelta.pod +pod/perldelta.pod: pod/perl5131delta.pod + $(LNS) perl5131delta.pod pod/perldelta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` |