summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1998-07-15 07:26:03 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-07-19 06:00:12 +0000
commitceb0239cfc85c38d2ac2c2a50f33600a9b3c05bc (patch)
tree081f1064ff71470266db569d993db06c930c16fd /Makefile.SH
parent993100c27c8966903240cb2297abf84427c66b03 (diff)
downloadperl-ceb0239cfc85c38d2ac2c2a50f33600a9b3c05bc.tar.gz
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
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 260c23515c..851b788ead 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