Change 11605 by jhi@alpha on 2001/08/07 22:49:18
Subject: [PATCH] Makefile.SH test_prep dependency
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
Message-ID:
<[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Makefile.SH#208 edit
Differences ...
==== //depot/perl/Makefile.SH#208 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~ Tue Aug 7 17:00:06 2001
+++ perl/Makefile.SH Tue Aug 7 17:00:06 2001
@@ -958,7 +958,7 @@
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:
End of Patch.