diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-29 21:18:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-29 21:18:57 +0000 |
commit | 82240bfc3cad564fef4386102cd6c0d6b66b8f58 (patch) | |
tree | 7ade20ffad7339e9d643b693ef648d38e12ed6e6 /Makefile.SH | |
parent | 3e54165aa9fed0fa11812a3231a7dcfc2bd77ffe (diff) | |
download | perl-82240bfc3cad564fef4386102cd6c0d6b66b8f58.tar.gz |
Top-level Makefile didn't honour OPTIMIZE.
p4raw-id: //depot/perl@11488
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index b6c30f96e2..26c765e556 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 |