projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6f71e
)
Disable the fix_pl hack for now.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 3 Aug 2000 15:49:14 +0000
(15:49 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 3 Aug 2000 15:49:14 +0000
(15:49 +0000)
p4raw-id: //depot/perl@6506
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
0d966ec
..
caa647b
100644
(file)
--- 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!