summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-06-13 13:53:04 +0100
committerNicholas Clark <nick@ccl4.org>2009-06-13 14:08:11 +0100
commit1e2f36ef3d3f4de76635fcfba782b45ccf3fc578 (patch)
treea908f78a219bd2459d5ae8bd6b283cd1be5a3ae4 /Cross
parentf475b4a222a89913b6128bc61be0f462b60e79a3 (diff)
downloadperl-1e2f36ef3d3f4de76635fcfba782b45ccf3fc578.tar.gz
Eliminate the regen_pods target from pod/Makefile, and references to it.
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 806bc09494..9a52de5ccb 100755
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -890,15 +890,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