From ceb0239cfc85c38d2ac2c2a50f33600a9b3c05bc Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Wed, 15 Jul 1998 07:26:03 -0700 Subject: [PATCH] remove possibly unwritable lib/re.pm before overwrite Message-Id: <199807152126.OAA04623@wall.org> Subject: Re: bug encountered building perl5.005beta1 p4raw-id: //depot/perl@1544 --- Makefile.SH | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.SH b/Makefile.SH index 260c235..851b788 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -387,6 +387,7 @@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm sh mv-if-diff tmp $@ lib/re.pm: ext/re/re.pm + rm -f $@ cat ext/re/re.pm > $@ $(plextract): miniperl lib/Config.pm lib/re.pm -- 2.7.4