This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c6e67
)
Makefile.SH test_prep dependency
author
Andy Dougherty
<doughera@lafayette.edu>
Tue, 7 Aug 2001 15:44:01 +0000
(11:44 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 7 Aug 2001 22:49:18 +0000
(22:49 +0000)
Message-ID: <Pine.SOL.4.10.
10108071540190
.2431-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11605
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
2d8454a
..
0fb6372
100644
(file)
--- 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: