diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-11-15 07:48:32 +0200 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-11-15 04:33:20 +0000 |
commit | 960d5a3ab25217b13452d322c90f58d745558b2b (patch) | |
tree | a2c0ad6066cabdced7e48241ae98417c48850f46 | |
parent | 3e5e55bd9605a684d64a1a191319fa2d90836414 (diff) | |
download | perl-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
-rw-r--r-- | Makefile.SH | 1 |
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 |