diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-03 15:49:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-03 15:49:14 +0000 |
commit | f561ce172a4baae2885694c67b8140af85db0ca1 (patch) | |
tree | bcdfe7c509485930ff84752783b55dcd1899d030 /Makefile.SH | |
parent | fa6f71e9dd8358b50114279e6ecb32bf6b4df5e0 (diff) | |
download | perl-f561ce172a4baae2885694c67b8140af85db0ca1.tar.gz |
Disable the fix_pl hack for now.
p4raw-id: //depot/perl@6506
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0d966ec4cf..caa647b7dc 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! |