From: Gurusamy Sarathy Date: Sat, 11 Jul 1998 01:45:45 +0000 (+0000) Subject: make lib/re.pm a prereq for minitest X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a35c6d74dcada6427583dab71ea42bb5d224659d;p=p5sagit%2Fp5-mst-13.2.git make lib/re.pm a prereq for minitest p4raw-id: //depot/perl@1414 --- diff --git a/Makefile.SH b/Makefile.SH index 06c53b3..ea72dec 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)) \