diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 13:04:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-22 13:04:47 +0000 |
commit | 1e02e71e5b7836fe4f23c146fb141cf18f3677b3 (patch) | |
tree | 1ef3e6727b88850c9177352e7f897c1942173163 /Makefile.SH | |
parent | 35272f8409cb5ab469f213e20bfc08cebdb0fe63 (diff) | |
download | perl-1e02e71e5b7836fe4f23c146fb141cf18f3677b3.tar.gz |
Rafael spotted that vms/perlvms.pod was still referred to.
p4raw-id: //depot/perl@20831
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 2245f6e80d..a72160902e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -759,8 +759,6 @@ extra.pods: miniperl$(EXE_EXT) cd pod ; $(LNS) ../$$x "perl"$$nx".pod" ; cd .. ; \ echo "pod/perl"$$nx".pod" >> extra.pods ; \ done - -@rm -f pod/perlvms.pod - -@test -f vms/perlvms.pod && cd pod && $(LNS) ../vms/perlvms.pod perlvms.pod && cd .. && echo "pod/perlvms.pod" >> extra.pods extras.make: perl$(EXE_EXT) -@test -s extras.lst && PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib $(LDLIBPTH) ./perl -Ilib -MCPAN -e '@ARGV&&make(@ARGV)' `cat extras.lst` |