Change 11488 by jhi@alpha on 2001/07/29 21:18:57
Top-level Makefile didn't honour OPTIMIZE.
Affected files ...
... //depot/perl/Makefile.SH#202 edit
Differences ...
==== //depot/perl/Makefile.SH#202 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~ Sun Jul 29 15:30:05 2001
+++ perl/Makefile.SH Sun Jul 29 15:30:05 2001
@@ -218,6 +218,8 @@
# how to tr(anslate) newlines
TRNL = '$trnl'
+OPTIMIZE = $optimize
+
!GROK!THIS!
# not used by Makefile but by installperl;
# mentioned here so that metaconfig picks these up
End of Patch.