diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:23:53 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:23:53 +0100 |
commit | 2c3d1f01b5371329bf99858414b5a2c0e891bce1 (patch) | |
tree | 77b47bb6b23ccfbe94ee26af3a9e1bb99f3abc31 /Cross | |
parent | d13095557d6c51f2245e6b4dbf64cc4955edd3a2 (diff) | |
download | perl-2c3d1f01b5371329bf99858414b5a2c0e891bce1.tar.gz |
test_prep has a dependency on x2p/s2p
This has not been spotted because is has a dependency on $(plextract) which
in turn depends on x2p/s2p
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index a3cd014ef2..1a232a153d 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -1101,7 +1101,7 @@ _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) +test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) x2p/s2p PERL=./perl $(MAKE) _test_prep _test_tty: |