From: Jarkko Hietaniemi Date: Thu, 3 Aug 2000 15:49:14 +0000 (+0000) Subject: Disable the fix_pl hack for now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f561ce172a4baae2885694c67b8140af85db0ca1;p=p5sagit%2Fp5-mst-13.2.git Disable the fix_pl hack for now. p4raw-id: //depot/perl@6506 --- diff --git a/Makefile.SH b/Makefile.SH index 0d966ec..caa647b 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -325,10 +325,10 @@ ext.libs: $(static_ext) !NO!SUBS! -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 +# 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!