summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-08-07 11:44:01 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-07 22:49:18 +0000
commit91baf504a93ab1a7458aa43ef8f95c80faae4196 (patch)
treec6303402e6c180fe4b62d0f87342dcccae9c1429 /Makefile.SH
parent70c6e6715e8fec534f9236582535b86c47365950 (diff)
downloadperl-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.SH2
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: