summaryrefslogtreecommitdiff
path: root/pod/Makefile.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-06 14:04:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-06 14:04:33 +0000
commitde1254415ffeb03ba71a0802be6f212b10153304 (patch)
tree8ebd5287b407a8f18ca3ed35c80b8e55b8127493 /pod/Makefile.SH
parentb6717e144d05264a3d0614dbad53f919e8a59efc (diff)
downloadperl-de1254415ffeb03ba71a0802be6f212b10153304.tar.gz
Remove perlcc and the byteloader
p4raw-id: //depot/perl@28790
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r--pod/Makefile.SH6
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!