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 | |
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
-rw-r--r-- | Cross/Makefile-cross-SH | 2 | ||||
-rwxr-xr-x | Makefile.SH | 2 |
2 files changed, 2 insertions, 2 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: 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) |