diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 01:45:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 01:45:45 +0000 |
commit | a35c6d74dcada6427583dab71ea42bb5d224659d (patch) | |
tree | 741c0a4cf3c84da3c9f6a4f554b4d1e1efb25e57 /Makefile.SH | |
parent | 9d2c68652ba928ac616e7bc91e634b4d899a9526 (diff) | |
download | perl-a35c6d74dcada6427583dab71ea42bb5d224659d.tar.gz |
make lib/re.pm a prereq for minitest
p4raw-id: //depot/perl@1414
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 06c53b3408..ea72dec323 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -580,7 +580,7 @@ test-notty: test-prep # Can't depend on lib/Config.pm because that might be where miniperl # is crashing. -minitest: miniperl +minitest: miniperl lib/re.pm @echo "You may see some irrelevant test failures if you have been unable" @echo "to build lib/Config.pm." - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \ |