summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-23 10:21:07 +0100
committerNicholas Clark <nick@ccl4.org>2011-05-23 10:21:07 +0100
commit9f4173836a23515ff86154e9d21c4c35e075432b (patch)
tree21ce8ccba4a99f9362ff64c998d7381bc4bdc314 /Cross
parent8b2d7fd7f6fec0dba844a6dfeedfdfa03d1c405e (diff)
downloadperl-9f4173836a23515ff86154e9d21c4c35e075432b.tar.gz
Add find2perl as a dependency for the target 'test_prep'.
If t/porting/podcheck.t can't find x2p/find2perl, then it is unable to find an external target for a pod link in perlutil.pod, which it flags up as an error. find2perl was already a dependency of the 'all' target, hence without this rule podcheck.t would pass for 'make all test', but not 'make test'.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/Makefile-cross-SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index e555ba7656..0ee2cb0542 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -1082,7 +1082,8 @@ _test_prep:
test_prep_pre: preplibrary utilities $(nonxs_ext)
-test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) x2p/s2p
+test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) \
+ $(dynamic_ext) $(TEST_PERL_DLL) x2p/s2p x2p/find2perl
PERL=./perl $(MAKE) _test_prep
_test_tty: