From a35c6d74dcada6427583dab71ea42bb5d224659d Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 11 Jul 1998 01:45:45 +0000 Subject: [PATCH] make lib/re.pm a prereq for minitest p4raw-id: //depot/perl@1414 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) \ -- 2.7.4