Top-level Makefile didn't honour OPTIMIZE.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 29 Jul 2001 21:18:57 +0000 (21:18 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 29 Jul 2001 21:18:57 +0000 (21:18 +0000)
p4raw-id: //depot/perl@11488

Makefile.SH

index b6c30f9..26c765e 100644 (file)
@@ -218,6 +218,8 @@ SHELL = $sh
 # 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