diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
commit | de1254415ffeb03ba71a0802be6f212b10153304 (patch) | |
tree | 8ebd5287b407a8f18ca3ed35c80b8e55b8127493 /pod/Makefile.SH | |
parent | b6717e144d05264a3d0614dbad53f919e8a59efc (diff) | |
download | perl-de1254415ffeb03ba71a0802be6f212b10153304.tar.gz |
Remove perlcc and the byteloader
p4raw-id: //depot/perl@28790
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r-- | pod/Makefile.SH | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index ef19169338..74d299f7a1 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -158,10 +158,4 @@ perlmodlib.pod: $(PERL) perlmodlib.PL ../MANIFEST rm -f perlmodlib.pod $(PERL) -I ../lib perlmodlib.PL -compile: all - $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2latex.exe pod2latex -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2man.exe pod2man -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2text.exe pod2text -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o checkpods.exe checkpods -log ../compilelog - !NO!SUBS! |