summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-01-17 19:22:08 +1100
committerTony Cook <tony@develop-help.com>2011-01-17 19:24:41 +1100
commite66820012d29519f903709f005e56a2c334ae183 (patch)
tree29dd23697e373f47f3bd81f24cc7fdc31715a58a /Makefile.SH
parentf3a579a01d7baccf0eb81264d29d647210f31ad8 (diff)
downloadperl-e66820012d29519f903709f005e56a2c334ae183.tar.gz
test_prep now depends on the pods needed for porting/buildtoc.t
In the other makefiles test_prep (or test-prep) depends on all, so they shouldn't need updating.
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 c75cd50274..6fb3172d4b 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1375,7 +1375,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 x2p/s2p
+test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL) runtests x2p/s2p $(generated_pods)
cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
test_prep_reonly: $(MINIPERL_EXE) $(PERL_EXE) $(dynamic_ext_re) $(TEST_PERL_DLL)