From: Simon Cozens Date: Thu, 3 Aug 2000 04:17:00 +0000 (+0000) Subject: Circumvent the removal of .patch by fix_pl. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66be591dab4dbc50bda55490b8e3ead9e1cdfe98;p=p5sagit%2Fp5-mst-13.2.git Circumvent the removal of .patch by fix_pl. Subject: Re: [ID 20000802.011] unable to 'make test' Message-ID: p4raw-id: //depot/perl@6503 --- diff --git a/Makefile.SH b/Makefile.SH index 22f8071..0d966ec 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -328,6 +328,7 @@ ext.libs: $(static_ext) if test -f .patch ; then $spitshell >>Makefile <<'!NO!SUBS!' patchlevel.h: .patch perl fix_pl || (make -f Makefile.micro && ./microperl fix_pl) + $(SHELL) Makefile.SH !NO!SUBS!