summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-05 13:23:53 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-05 13:23:53 +0100
commit2c3d1f01b5371329bf99858414b5a2c0e891bce1 (patch)
tree77b47bb6b23ccfbe94ee26af3a9e1bb99f3abc31 /Makefile.SH
parentd13095557d6c51f2245e6b4dbf64cc4955edd3a2 (diff)
downloadperl-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 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index a443381537..45ee6ecbd5 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1386,7 +1386,7 @@ _test:
test_prep_pre: preplibrary utilities $(nonxs_ext)
-test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL) runtests
+test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL) runtests x2p/s2p
cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
test_prep_reonly: $(MINIPERL_EXE) $(PERL_EXE) $(dynamic_ext_re) $(TEST_PERL_DLL)