From 91baf504a93ab1a7458aa43ef8f95c80faae4196 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Tue, 7 Aug 2001 11:44:01 -0400 Subject: Makefile.SH test_prep dependency Message-ID: p4raw-id: //depot/perl@11605 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1