diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-08-07 11:44:01 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 22:49:18 +0000 |
commit | 91baf504a93ab1a7458aa43ef8f95c80faae4196 (patch) | |
tree | c6303402e6c180fe4b62d0f87342dcccae9c1429 /Makefile.SH | |
parent | 70c6e6715e8fec534f9236582535b86c47365950 (diff) | |
download | perl-91baf504a93ab1a7458aa43ef8f95c80faae4196.tar.gz |
Makefile.SH test_prep dependency
Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11605
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 2d8454a924..0fb6372150 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -958,7 +958,7 @@ _test_prep: test_prep_pre: preplibrary utilities $(nonxs_ext) -test_prep: test_prep_pre miniperl ./perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) +test_prep: test_prep_pre miniperl perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL) PERL=./perl $(MAKE) _test_prep _test_tty: |