Disable the fix_pl hack for now.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 3 Aug 2000 15:49:14 +0000 (15:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 3 Aug 2000 15:49:14 +0000 (15:49 +0000)
p4raw-id: //depot/perl@6506

Makefile.SH

index 0d966ec..caa647b 100644 (file)
@@ -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!