diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:40:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-10 21:40:49 +0000 |
commit | d56c570797c673478b3a116a0ec3f47317f46643 (patch) | |
tree | cec689f40716ba301b2ac6a035c384765004032f /Makefile.SH | |
parent | 22e779421fc9644bbe208a576056f86ee9e45388 (diff) | |
download | perl-d56c570797c673478b3a116a0ec3f47317f46643.tar.gz |
Reapply Andy's patch and regen Configure.
p4raw-id: //depot/perl@7196
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 392386b9f1..5418fc45f2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -204,11 +204,12 @@ SHELL = $sh # how to tr(anslate) newlines TRNL = '$trnl' +!GROK!THIS! # not used by Makefile but by installperl; -# mentioned here so that metaconfig picks it up -INSTALL_USR_BIN_PERL = $installusrbinperl +# mentioned here so that metaconfig picks these up +# $installusrbinperl +# $versiononly -!GROK!THIS! ## In the following dollars and backticks do not need the extra backslash. $spitshell >>Makefile <<'!NO!SUBS!' |