summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-06-13 13:53:04 +0100
committerDavid Mitchell <davem@iabyn.com>2009-06-23 20:41:19 +0100
commitdeebf8210e635ad113742c28b7b1ad2e6f7d9261 (patch)
treeaecf73595ea99af0b684587a3614effadd3d2ffa /Cross
parent6c13a57c5f6ea13b95dccb8f70eab139cff818f3 (diff)
downloadperl-deebf8210e635ad113742c28b7b1ad2e6f7d9261.tar.gz
Eliminate the regen_pods target from pod/Makefile, and references to it.
(cherry picked from commit 1e2f36ef3d3f4de76635fcfba782b45ccf3fc578)
Diffstat (limited to 'Cross')
-rwxr-xr-xCross/Makefile-cross-SH7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index 70181b10e3..3c8a1b2088 100755
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -909,15 +909,12 @@ AUTOGEN_FILES = keywords.h opcode.h opnames.h pp_proto.h pp.sym proto.h \
perlapi.h perlapi.c regnodes.h \
warnings.h lib/warnings.pm
-.PHONY: regen_headers regen_pods regen_all
+.PHONY: regen_headers regen_all
regen regen_headers: FORCE
-perl regen.pl
-regen_pods: FORCE
- -cd pod; $(LDLIBPTH) $(MAKE) regen_pods
-
-regen_all: regen regen_pods
+regen_all: regen
.PHONY: manisort manicheck