summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-11-15 07:48:32 +0200
committerSteve Peters <steve@fisharerojo.org>2006-11-15 04:33:20 +0000
commit960d5a3ab25217b13452d322c90f58d745558b2b (patch)
treea2c0ad6066cabdced7e48241ae98417c48850f46 /Makefile.SH
parent3e5e55bd9605a684d64a1a191319fa2d90836414 (diff)
downloadperl-960d5a3ab25217b13452d322c90f58d745558b2b.tar.gz
Makefile.SH: lib/re.pm often messes restarted parallel makes
Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi> p4raw-id: //depot/perl@29276
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 b3db72ec0f..11799f5681 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -829,6 +829,7 @@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGP
$(LDLIBPTH) ./miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
lib/re.pm: ext/re/re.pm
+ @-rm -f $@
cp ext/re/re.pm lib/re.pm
$(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p