diff options
author | Yves Orton <demerphq@gmail.com> | 2008-12-27 21:08:52 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-12-27 21:08:52 +0100 |
commit | 01593199f3ec2ca2d121f8bfc4691a6d9a7bc28e (patch) | |
tree | 6e98331324e9a6d0c2ad303e4d3a39db90b9d563 /Makefile.SH | |
parent | 6962fb1a1ff5ac2ee529f793d9ff033a7525ff4d (diff) | |
download | perl-01593199f3ec2ca2d121f8bfc4691a6d9a7bc28e.tar.gz |
tweak dependency
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 3ba94ce05e..736759df7e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1324,7 +1324,7 @@ _test_prep: unpack_files 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: make_patchnum test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) PERL=./perl $(MAKE) _test_prep _test_tty: |