From: Jarkko Hietaniemi Date: Sun, 29 Jul 2001 21:18:57 +0000 (+0000) Subject: Top-level Makefile didn't honour OPTIMIZE. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82240bfc3cad564fef4386102cd6c0d6b66b8f58;p=p5sagit%2Fp5-mst-13.2.git Top-level Makefile didn't honour OPTIMIZE. p4raw-id: //depot/perl@11488 --- diff --git a/Makefile.SH b/Makefile.SH index b6c30f9..26c765e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -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