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 /Makefile.SH | |
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 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
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) |