From: Jarkko Hietaniemi Date: Sat, 7 Jul 2001 22:44:14 +0000 (+0000) Subject: Zap the lib/re.pm before creating it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b2e5f843deb3fa0016065513d05faa768e57310;p=p5sagit%2Fp5-mst-13.2.git Zap the lib/re.pm before creating it. p4raw-id: //depot/perl@11200 --- diff --git a/Makefile.SH b/Makefile.SH index 2924074..228754d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -811,10 +811,12 @@ $(DYNALOADER): miniperl preplibrary FORCE @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE + @-rm -f $@ @cat ext/re/re.pm > lib/re.pm @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE + @-rm -f $@ @cat ext/re/re.pm > lib/re.pm @$(LDLIBPTH) sh ext/util/make_ext static $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)