diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-13 13:53:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-13 14:08:11 +0100 |
commit | 1e2f36ef3d3f4de76635fcfba782b45ccf3fc578 (patch) | |
tree | a908f78a219bd2459d5ae8bd6b283cd1be5a3ae4 /Cross | |
parent | f475b4a222a89913b6128bc61be0f462b60e79a3 (diff) | |
download | perl-1e2f36ef3d3f4de76635fcfba782b45ccf3fc578.tar.gz |
Eliminate the regen_pods target from pod/Makefile, and references to it.
Diffstat (limited to 'Cross')
-rwxr-xr-x | Cross/Makefile-cross-SH | 7 |
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 |